Simple ESP32 blink project with LVGL and SSD1306 display support.
- ESP-IDF v5.0 or later
- ESP-IDF environment configured and sourced
idf.py menuconfigidf.py buildidf.py flashidf.py monitorTo exit the monitor, press Ctrl+].
idf.py flash monitorTo clean the build directory:
idf.py fullcleanDependencies are managed automatically via idf_component.yml:
- LVGL (graphics library)
- espressif/ssd1306 (display driver)