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

X resolution for SDL display

Type: int

Direct dependencies

SDL_DISPLAY && DISPLAY

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/display/Kconfig.sdl:22

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:24

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

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

(Definitions include propagated dependencies, including from if’s and menus.)