# lvgl-courses **Repository Path**: JueWorkSpace/lvgl-courses ## Basic Information - **Project Name**: lvgl-courses - **Description**: No description available - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lvgl-courses LVGL learning demos with Code::Blocks simulator 工程 ```bash git submodule add git@github.com:lvgl/lv_demos.git git submodule add git@github.com:lvgl/lv_drivers.git git submodule add git@github.com:lvgl/lvgl.git ``` 使用 ```bash git submodule update --init --recursive ``` 参考 - [lv_sim_codeblocks_win](https://github.com/lvgl/lv_sim_codeblocks_win)