:orphan: .. title:: SDL_DISPLAY_Y_RES .. option:: CONFIG_SDL_DISPLAY_Y_RES *Y resolution for SDL display* Type: ``int`` Direct dependencies =================== \ :option:`SDL_DISPLAY ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 240 Kconfig definition ================== At ``/display/Kconfig.sdl:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:72`` → ``/display/Kconfig:21`` Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display .. code-block:: kconfig 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.)*