Skip to content

ESP-IDF 5.4 / LVGL 9 - support

Choose a tag to compare

@nicklasb nicklasb released this 08 Feb 16:13
· 65 commits to main since this release

This is a breaking release:

  1. This release makes the library compatible with LVGL 9 and later ESP-IDF versions, which will break code in some places.
  2. ESP-IDF is sort of between the new and old I2C drivers, which might cause issues, Robusto will use the old drivers until a soon upcoming possibly breaking or fixing version depending on how you see it, where it will change to the new drivers. Thus this might be something to prepare for.
  3. This means depending on the situation, the UI-part may be unstable in this version or next, depending on if you use the old or new libraries.

For the purposes of supporting PlatformIO, the following ESP-IDF-esp_lvgl_port is uploaded here:
espressif__esp_lvgl_port-v2.4.4.zip

The esp_modem used is still 1.1.0, but will also be bumped in a later version.