Hello,
I am using I.MX RT1170 and MCUXpresso IDE.
I want to use font and images files as .bin from QSPI Flash. Gui Guider program, with its LVGL library, allows the images used to be created as .bin and read from Flash. But I couldn't find any support about the font. How can I perform the same operations for the font?
For images;
Gui Guider
MCU Xpresso
Hello,
a). The current version does not support the input of such characters, we plan to support in March.
b). This is a workaround.
1. Please design UI with English characters instead of Russian characters.
2. To generated Russian characters by this link fontconverter.
3. Use this fonts C file ("lv_font_Montserrat_SemiBold_19.c") to replace "test\generated\guider_fonts\lv_font_Montserrat_SemiBold_19.c"
4. Modify the "test\generated\setup_scr_screen.c" like the sip
5. Execute "make -r && make -r run" on this "test\lvgl-simulator" path.
Regards