jgauchia / IceNav-v3

ESP32 Based GPS Navigator with OSM offline maps. (Under development)
GNU General Public License v3.0
50 stars 11 forks source link

Migrate to LVGL 9 #106

Closed jgauchia closed 2 months ago

jgauchia commented 2 months ago

Summary

Migrate actual LVGL library to v. 9.

hpsaturn commented 2 months ago

I notice that the developers of Meshtastic are using LVGL 8.x, for theirs new development for TFT displays (T-Deck board). If them are using the previous one, maybe is because the 9.x is unstable? Whatever, nice to have the last one. Only to keep in mind.

jgauchia commented 2 months ago

Some users are reporting that 9.x is slower. I'm testing it in another branch. 8.x is still in master branch

https://github.com/lvgl/lvgl/issues/5459

I don't see bad performance. I'm working in it

jgauchia commented 2 months ago

Migrated in v.0.1.8_dev branch