The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_SDL_DISPLAY_Y_RES

Y resolution for SDL display

Type: int

Direct dependencies

SDL_DISPLAY && DISPLAY

(Includes any dependencies from ifs and menus.)

Default

  • 240

Kconfig definition

At drivers/display/Kconfig.sdl:23

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:72drivers/display/Kconfig:21

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

config SDL_DISPLAY_Y_RES
    int "Y resolution for SDL display"
    default 240
    depends on SDL_DISPLAY && DISPLAY

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