How load Font bin

What do you want to achieve?

Hi everyone, I’m trying to import a Font. I generated it with the tool in .bin. I saved it correctly in the flash (NOR), I read it in RAM but I can’t get it to display on the display. Currently on board I have two NOR with two different structures as file system I use LittleFs… how can I solve?

What have you tried so far?

Code to reproduce

/*You code here*/

Screenshot and/or video

Environment

  • MCU/MPU/Board: STM32
  • LVGL version: 9.3.0

If you have already set up the file system interface, use

lv_font_t *font = lv_binfont_create("path_to_bin_font");