The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_BGR_565

BGR 565

Type: bool

Direct dependencies

<choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT: Default pixel format>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/display/Kconfig.sdl:48

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:74drivers/display/Kconfig:27

Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display → Default pixel format

config SDL_DISPLAY_DEFAULT_PIXEL_FORMAT_BGR_565
    bool "BGR 565"
    depends on <choice SDL_DISPLAY_DEFAULT_PIXEL_FORMAT>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)