Files
2023-03-24 12:13:37 +08:00
..
2023-03-23 10:10:04 +08:00
2023-03-23 10:32:52 +08:00
2023-03-23 10:05:54 +08:00
2023-03-23 10:05:54 +08:00
2023-03-23 10:05:54 +08:00
2023-03-23 10:05:54 +08:00
2023-03-23 10:12:47 +08:00
2023-03-24 12:13:37 +08:00
2023-03-23 10:05:54 +08:00
2023-03-23 10:05:54 +08:00

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