Hi all,
I need a font with accented chars for Spanish language. After reading the docs I see the only way is to create my own font.
I have tried both the online converter and the self installed version and both give me the same error when trying to compile with LVGL 9.3.0:
designator order for field '_lv_font_t::static_bitmap' does not match declaration order in 'const lv_font_t' {aka 'const _lv_font_t'}
Any help? Is it me or is there any issue with the code?
I've tried to compile both under Arduino IDE and with VSC + esptools
Hi all,
I need a font with accented chars for Spanish language. After reading the docs I see the only way is to create my own font.
I have tried both the online converter and the self installed version and both give me the same error when trying to compile with LVGL 9.3.0:
designator order for field '_lv_font_t::static_bitmap' does not match declaration order in 'const lv_font_t' {aka 'const _lv_font_t'}Any help? Is it me or is there any issue with the code?
I've tried to compile both under Arduino IDE and with VSC + esptools