Skip to content

m5stack/CM4Stack_lvgl

Repository files navigation

CM4Stack_LvglDemo

Lvgl Demo for CM4STACK

File tree

.
├── CMakeLists.txt
├── README.md
├── lv_conf.h
├── lv_drv_conf.h
├── lv_porting
├── lvgl
├── main.cpp
├── pic.png
├── tick.c
└── tick.h

Update submodules

git submodule init
git submodule update

Install SDL2

sudo apt update
sudo apt install libsdl2-dev

Build

mkdir build && cd build
cmake .. && make

Run

./cm4LvglDemo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published