-
choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT: Default pixel format
Default pixel format
Type: bool
Help¶
Default pixel format to be used by the display
Choice options¶
Kconfig definition¶
At drivers/display/Kconfig.sdl:27
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:72
→ drivers/display/Kconfig:21
Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display
choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT bool "Default pixel format" defaultSDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888
depends onSDL_DISPLAY
&&DISPLAY
help Default pixel format to be used by the display
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)