https://github.com/getiot/lvgl-courses
LVGL learning demos with Code::Blocks simulator
https://github.com/getiot/lvgl-courses
c-language c-programming gui lvgl tutorial-code
Last synced: 3 months ago
JSON representation
LVGL learning demos with Code::Blocks simulator
- Host: GitHub
- URL: https://github.com/getiot/lvgl-courses
- Owner: getiot
- License: gpl-2.0
- Created: 2022-01-30T07:54:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T10:41:03.000Z (over 3 years ago)
- Last Synced: 2025-04-13T01:38:56.624Z (3 months ago)
- Topics: c-language, c-programming, gui, lvgl, tutorial-code
- Language: C
- Homepage: https://getiot.tech/lvgl
- Size: 26.4 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lvgl-courses
LVGL learning demos with Code::Blocks simulator工程
```bash
git submodule add [email protected]:lvgl/lv_demos.git
git submodule add [email protected]:lvgl/lv_drivers.git
git submodule add [email protected]:lvgl/lvgl.git
```使用
```bash
git submodule update --init --recursive
```参考
- [lv_sim_codeblocks_win](https://github.com/lvgl/lv_sim_codeblocks_win)