- choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT: Default pixel format
Default pixel format
Type: bool
Help
Default pixel format to be used by the display
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/drivers/display/Kconfig.sdl:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:74
→ <Zephyr>/drivers/display/Kconfig:28
Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display
choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT
bool "Default pixel format"
default SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888
depends on SDL_DISPLAY && DISPLAY
help
Default pixel format to be used by the display
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)