LVGL on esp8266

Hi All,

a search yielded nothing, so I’ll just ask. Is there a port to esp8266?

Thanks.

I had a project with an ESP8266 running LVGL v7. It used the Arduino framework with the TFT_eSPI library as a screen driver. It can run simple screen layouts, but is rather slow due the limited resources.

I haven’t tried to run on the ESP8266 recently, because it was so slow.
If possible, you should probably go for the ESP32 which is far more capable…

Got it, thanks for the suggestion.