You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added the font c file to the Cmakelists.txt and so on
it was working on the older versions but now it dosn't work anymore. if i implement it correctly it seems that the font gets loaded but no font is present on the display. Without the font activated there is font, and on older esp-idf versions like 5.0.0 it is working.
Any idea how i can debug this?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
After ESP-IDF upgrade to 5.1.2 the font isn't loading anymore.
After ESP-IDF upgrade to 5.1.2 the font isn't loading anymore. (BSP-422)
Dec 4, 2023
While i was going to activate the log, i also activated the support for subpixel and compressed font sup, and now its working ^^. The change from esp32 to esp32s3 removed the option in the menuconfig and i wasn't remembering that i need that for my font. so thank you for your help ^^.
After ESP-IDF upgrade to 5.1.2 the font isn't loading anymore.
I used this:
https://docs.lvgl.io/master/overview/font.html
https://lvgl.io/tools/fontconverter
this code:
added the font c file to the Cmakelists.txt and so on
it was working on the older versions but now it dosn't work anymore. if i implement it correctly it seems that the font gets loaded but no font is present on the display. Without the font activated there is font, and on older esp-idf versions like 5.0.0 it is working.
Any idea how i can debug this?
The text was updated successfully, but these errors were encountered: