An open API service indexing awesome lists of open source software.

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

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)