# CM4Stack_lvgl **Repository Path**: genvex/CM4Stack_lvgl ## Basic Information - **Project Name**: CM4Stack_lvgl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: Basic - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CM4Stack_LvglDemo Lvgl Demo for CM4STACK ![](https://github.com/m5stack/CM4Stack_lvgl_fbdev/blob/Basic/pic.png?raw=true) #### 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 ```shell 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 ```