2023-04-04 10:52:48 +08:00
2023-04-03 14:23:08 +08:00
2023-04-04 09:37:40 +08:00
2023-04-04 09:37:40 +08:00
2023-04-04 09:37:40 +08:00
2023-04-04 09:37:40 +08:00
2023-04-03 14:31:55 +08:00
2023-04-03 14:28:35 +08:00
2023-04-03 14:28:35 +08:00
2023-04-03 14:31:55 +08:00
2023-04-03 14:31:55 +08:00
2023-04-04 10:52:48 +08:00
2023-04-03 14:28:35 +08:00
2023-04-03 14:28:35 +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
S
Description
No description provided
Readme 36 MiB
Languages
C 97.6%
C++ 1.5%
CMake 0.9%