:orphan: .. title:: choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT: Default pixel format .. _choice_302: .. describe:: 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 =================== \ :option:`SDL_DISPLAY ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 ` Choice options ============== - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 ` - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_RGB_888 ` - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_MONO01 ` - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_MONO10 ` - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_RGB_565 ` - \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_BGR_565 ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT bool "Default pixel format" default \ :option:`SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 ` depends on \ :option:`SDL_DISPLAY ` && \ :option:`DISPLAY ` help Default pixel format to be used by the display *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*