CONFIG_LVGL_ANTIALIAS¶
Enable anti-aliasing
Type: bool
Help¶
Enable anti-aliasing
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.graphical:102
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/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.)