feat(font_glyph_format): refactor draw and font format into lv_font_glyph_format_t (#5540)

This commit is contained in:
Benign X
2024-02-01 10:46:09 +08:00
committed by GitHub
parent b9575fb3b7
commit 84917689da
14 changed files with 226 additions and 195 deletions

View File

@@ -718,7 +718,7 @@ menu "LVGL configuration"
config LV_FONT_FMT_TXT_LARGE
bool "Enable it if you have fonts with a lot of characters."
help
The limit depends on the font size, font face and bpp
The limit depends on the font size, font face and format
but with > 10,000 characters if you see issues probably you
need to enable it.