Unable to use accented chars font

What do you want to achieve?

I need to use a font with accented chars

What have you tried so far?

I’ve tried to convert several fonts both with the online converter and installing lv_font_conv in my computer

Code to reproduce

In all cases the given output file gives the same error when trying to compile in my already running project:

error: designator order for field ‘_lv_font_t::static_bitmap’ does not match declaration order in ‘const lv_font_t’ {aka ‘const _lv_font_t’}

Environment

Both under Arduino IDE and Visual Studio Code + ESP Tools

  • MCU/MPU/Board:
    CYD with ESP32

  • LVGL version:
    lvgl 9.3.0

Hi, i had the same problem but you just have to uncomment or erase the line with static Bitmap and it’s ok.
Bets regards

Thank you very much, it worked!

You saved my day I was already pulling my hairs.

I suppose it will be corrected in the next version.

Thanks a lot once again.