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

CONFIG_SDL_DISPLAY_X_RES

X resolution for SDL display

Type: int

Direct dependencies

SDL_DISPLAY && DISPLAY

(Includes any dependencies from ifs and menus.)

Default

  • 320

Kconfig definition

At drivers/display/Kconfig.sdl:19

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

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

config SDL_DISPLAY_X_RES
    int "X resolution for SDL display"
    default 320
    depends on SDL_DISPLAY && DISPLAY

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