Hi everyone,
We are currently working with the Seeed SenseCap Indicator and started with the Indicator ESP-IDF template.
This template is based on LVGL 8 and an older version of ESP-IDF.
We tried updating to LVGL 9 and ESP-IDF v6.0.
However, we are running into a couple of major issues:
- LVGL 9 Crashes: We’ve attempted to manually create our custom LVGL port from version 8 to 9. While it compiles, we’re experiencing random system crashes.
- ESP-IDF v6.0 Build Errors: The project no longer builds because several includes are now deprecated (e.g. driver/i2c.h and driver/adc.h).
My main question is: Is there any plan from Seeed to update the Indicator ESP-IDF template to support LVGL 9 and ESP-IDF v6.0? Or is the template no longer being actively maintained?
We are trying to figure out if we should continue down this path or look for alternative solutions.
Any insights from the community or Seeed staff would be greatly appreciated.
Thanks!