-
CONFIG_LVGL_BUILD_IN_FONT_40_ASCII_BPP
¶
ASCII character set BPP
Type: int
Help¶
Bits per pixel (1,2,4,8) for font, 0 will disable font
Direct dependencies¶
LVGL_BUILD_IN_FONT_40
&& LVGL_BUILD_IN_FONTS
&& LVGL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
LVGL_BUILD_IN_FONT_40
&&LVGL_BUILD_IN_FONTS
&&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig.fonts:124
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
→ lib/gui/lvgl/Kconfig:362
Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support → Fonts → Enable build-in fonts → Enable build-in 40px fonts
config LVGL_BUILD_IN_FONT_40_ASCII_BPP int prompt "ASCII character set BPP" ifLVGL_BUILD_IN_FONT_40
&&LVGL_BUILD_IN_FONTS
&&LVGL
default 0 ifLVGL_BUILD_IN_FONT_40
&&LVGL_BUILD_IN_FONTS
&&LVGL
depends onLVGL_BUILD_IN_FONT_40
&&LVGL_BUILD_IN_FONTS
&&LVGL
help Bits per pixel (1,2,4,8) for font, 0 will disable font
(Definitions include propagated dependencies, including from if’s and menus.)