Home
last modified time | relevance | path

Searched refs:LV_USE_FONT_COMPRESSED (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c40 #if LV_USE_FONT_COMPRESSED
52 #if LV_USE_FONT_COMPRESSED
94 #if LV_USE_FONT_COMPRESSED in lv_font_get_bitmap_fmt_txt()
197 #if LV_USE_FONT_COMPRESSED in _lv_font_clean_up_fmt_txt()
347 #if LV_USE_FONT_COMPRESSED
/lvgl-latest/src/misc/
Dlv_gc.h61 …LV_DISPATCH_COND(f, uint8_t *, _lv_font_decompr_buf, LV_USE_FONT_COMPRESSED, 1) …
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h398 #define LV_USE_FONT_COMPRESSED 0 macro
/lvgl-latest/
Dlv_conf_template.h410 #define LV_USE_FONT_COMPRESSED 0
DKconfig654 config LV_USE_FONT_COMPRESSED config
/lvgl-latest/src/
Dlv_conf_internal.h1224 #ifndef LV_USE_FONT_COMPRESSED
1226 #define LV_USE_FONT_COMPRESSED CONFIG_LV_USE_FONT_COMPRESSED macro
1228 #define LV_USE_FONT_COMPRESSED 0 macro
/lvgl-latest/docs/
DCHANGELOG.md1901 - Reduce code size by adding: `LV_USE_FONT_COMPRESSED` and `LV_FONT_USE_SUBPX` and applying some op…