I am newbie to lvgl, How to obtain the source code for the official demo “Smart Hub Demo: Just Like a Real Application”
Thanks
I am newbie to lvgl, How to obtain the source code for the official demo “Smart Hub Demo: Just Like a Real Application”
Thanks
This is the one
HI fbiego! Thanks for reply. There is a version of “Smart HUB” for LVGL 8? How can I obtain it? Its hard to translate it for me. I actually use a “WAVESHARE ESP32-S3-Touch-LCD-7”, and their librarys are for LVGL 8
Thanks!
Daniel
@sdanieltan
Unfortunately, this is only available in LVGL v9, as it relies on new APIs introduced in that version. Backporting it to earlier versions wouldn’t be an ideal or reliable solution.
Would you be able to upgrade to LVGL v9?
Also, please share a link to the Waveshare code so I can take a closer look.
Hi fbiego!
Thanks for answering and sorry for delay
My board is ESP32-S3-Touch-LCD-7 : https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-7
The demo source code is implemented on LVGL 8 (I use LVGL 8.4)
I ask to WAVESHARE to upgrade code. … Hope This can be done soon
Thank you!
Hi. Welcome to the community!
I have a round display from Waveshare and had to make some changes to the ESP-IDF example so it would be compatible with LVGL v9.
You can check it here: GitHub - giobauermeister/waveshare-round-esp32-lvgl: Template project for Waveshare 2.1 round display with support for LVGL v9 and ESP-IDF v5