还是迁移回lvgl8吧

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2026-02-24 00:25:06 +08:00
parent da7ed99c15
commit f5d8c90b12
7 changed files with 41 additions and 9 deletions
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
lv_font_conv --font HarmonyOS_Sans_SC_Regular.ttf --size 16 --bpp 1 --range 0x20-0x7F --range 0x3000-0x303F --format bin --output cn_font.bin
+1
View File
@@ -0,0 +1 @@
lv_font_conv --font HarmonyOS_Sans_SC_Regular.ttf --size 16 --bpp 1 --symbols "你好世界ABC123℃" --format bin --output test_cn_font.bin
Binary file not shown.