mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-25 13:13:37 +00:00
Font Assets
This directory stores source vector fonts used to generate embedded LVGL bitmap fonts.
Noto Sans CJK SC
- File:
NotoSansCJKsc-Regular.otf - Source:
https://github.com/notofonts/noto-cjk/raw/main/Sans/OTF/SimplifiedChinese/NotoSansCJKsc-Regular.otf - License: SIL Open Font License 1.1 (OFL)
Bitmap Compression Tool
Use the in-repo tool to convert an existing LVGL bitmap font (lv_font_conv output)
to LVGL compressed bitmap format (bitmap_format = 2):
./tools/compress_lvgl_bitmap_font.py src/ui/assets/fonts/lv_font_noto_cjk_16_2bpp.c
The tool validates each glyph via encode/decode round-trip before writing.