esp32-smartdisplay
esp32-smartdisplay copied to clipboard
LVGL v9.1
YES!!!!
Thanks a lot for the hard work
Can you do some performance checks? With lvgl 9 I had reductions in fps while at the same time CPU usage increased.
Hi Rene,
I already noticed this. Looks like SPI ram is not used, Momory allocation has changed in LVGL9 and looking into this issue.
Seems to run at 30fps (esp32-8048s070c). However still some problems for rotation...
Rotation has been solved! Was issue in LVGL library... https://github.com/lvgl/lvgl/issues/6211