-
CONFIG_LVGL_ANTIALIAS
¶
Enable anti-aliasing
Type: bool
Help¶
Enable anti-aliasing
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/lib/gui/lvgl/Kconfig.graphical:102
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:14
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:24
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings
config LVGL_ANTIALIAS
bool "Enable anti-aliasing"
depends on LVGL
help
Enable anti-aliasing
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)