eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
462 stars 85 forks source link

[LVGL] LV_SYMBOL_FILE symbol hex number Wrong #477

Open elmonic opened 1 month ago

elmonic commented 1 month ago

The number set in the eezstudio for LV_SYMBOL_FILE is wrong, it should be changed from 0xf158 to 0xf15B. In the image below, see the correct number of your lvgl fonts.

font

In lv _symbol _def .h in lvgl library files it is written wrong.

font2

mvladic commented 1 month ago

Fixed.

Thank you!

elmonic commented 1 month ago

your welcome