:orphan: .. title:: SDL_DISPLAY_X_RES .. option:: CONFIG_SDL_DISPLAY_X_RES *X resolution for SDL display* Type: ``int`` Direct dependencies =================== \ :option:`SDL_DISPLAY ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 320 Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.sdl:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:21`` Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display .. parsed-literal:: config SDL_DISPLAY_X_RES int "X resolution for SDL display" default 320 depends on \ :option:`SDL_DISPLAY ` && \ :option:`DISPLAY ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*