Files
2023-03-24 12:13:37 +08:00
..
2023-03-24 11:49:47 +08:00
2023-03-24 11:22:09 +08:00
2023-03-24 11:09:53 +08:00
2023-03-24 11:22:09 +08:00
2023-03-24 11:22:09 +08:00
2023-03-24 11:22:09 +08:00
2023-03-24 12:13:37 +08:00
2023-03-24 11:49:47 +08:00
2023-03-24 12:13:37 +08:00
2023-03-24 11:22:09 +08:00
2023-03-24 11:22:09 +08:00

CM4Stack_LvglDemo

Lvgl simple clock demo for CM4STACK

File tree

.
├── CMakeLists.txt
├── CopyLib.sh
├── README.md
├── UI
├── 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
# Run copy script
./CopyLib.sh

# Or Manually
cp -r ../Basic/lv_porting .
cp -r ../Basic/lvgl .

Build

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

Run

./cm4LvglDemo