lv_font_conv icon indicating copy to clipboard operation
lv_font_conv copied to clipboard

lv_font_conv:Use the tool to generate Chinese font bin file,lv_font_load Failed to load bin file

Open DragonYY123 opened this issue 4 months ago • 12 comments

lv_font_conv --font MiSans-Medium.ttf -r 0x20-0x7F --size 40 --format bin --bpp 2 --no-compress -o cour40_2.bin This bin file ok. lv_font_conv --font MiSans-Medium.ttf -r 0x20-0x7F -r 0x4E00-0x9FA5 --size 40 --format bin --bpp 2 --no-compress -o cour40_2unicode.bin Use lv_font_load() functions.Failed to load ambiq_cour40_2unicode.bin file. Please advise how to deal with it?

DragonYY123 avatar Feb 29 '24 01:02 DragonYY123