:orphan: .. title:: CONFIG_SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 .. kconfig:: CONFIG_SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 CONFIG_SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 ################################################# *ARGB 8888* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/display/Kconfig.sdl:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display → Default pixel format .. code-block:: kconfig config SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_ARGB_8888 bool "ARGB 8888" depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*