Based on lvgl_port_esp32
https://github.com/lvgl/lv_port_esp32.git
git clone https://github.com/icodk/eclipse_lvgl_esp32_idf.git
Flsher speed is set to 460800 by the plugin. To use different baudrate edit the Launch Target to looks like:
Location:
${system_path:python}
Working Directory:
${workspace_loc:/esp32_lvgl}
Arguments:
C:\Dev\esp32-idf\esp-idf-v4.2\tools\idf.py -p COM5 -b 921600 flash
The demo application is the lv_demo_widgets
project from the lv_examples repository.
- Version of eclipse idf plugin: ESP-IDF Eclipse Plugin 2.1.0.202104161244
- Version of ESP-IDF required 4.2.
- Version of LVGL used: 7.9.
- Version of lv_examples used: 7.9.
The display and touch (indev) controllers are now into it's own repository, you can find it here.
To report any issue or add new display or touch (indev) drivers you can do so in the lvgl_esp32_drivers
repo.