Home
last modified time | relevance | path

Searched refs:LV_USE_IMGFONT (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/extra/others/imgfont/
Dlv_imgfont.h18 #if LV_USE_IMGFONT
Dlv_imgfont.c11 #if LV_USE_IMGFONT
/lvgl-latest/examples/others/imgfont/
Dlv_example_imgfont_1.c5 #if LV_USE_IMGFONT
/lvgl-latest/docs/others/
Dimgfont.md7 Enable `LV_USE_IMGFONT` in `lv_conf.h`.
/lvgl-latest/
Dlv_conf_template.h717 #define LV_USE_IMGFONT 0
DKconfig1050 config LV_USE_IMGFONT config
/lvgl-latest/src/
Dlv_conf_internal.h2309 #ifndef LV_USE_IMGFONT
2311 #define LV_USE_IMGFONT CONFIG_LV_USE_IMGFONT macro
2313 #define LV_USE_IMGFONT 0 macro
/lvgl-latest/env_support/cmsis-pack/
DREADME.md64 - LV_USE_IMGFONT
/lvgl-latest/src/draw/renesas/
Dlv_gpu_d2_draw_label.c55 #if LV_USE_IMGFONT in draw_letter_normal()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_letter.c176 #if LV_USE_IMGFONT in draw_letter_normal()
/lvgl-latest/docs/
DCHANGELOG.md497 - fix(Kconfig): move LV_USE_IMGFONT to others menu [`3176`](https://github.com/lvgl/lvgl/pull/3176)