CONFIG_SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888¶
ARGB 8888
Type: bool
Direct dependencies¶
<choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT: Default pixel format>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Driver>/display/Kconfig.sdl:33
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:74 → <Zephyr Driver>/display/Kconfig:27
Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display → Default pixel format
config SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888
    bool "ARGB 8888"
    depends on <choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)