:orphan: .. title:: CONFIG_SDL_DISPLAY_X_RES .. kconfig:: CONFIG_SDL_DISPLAY_X_RES CONFIG_SDL_DISPLAY_X_RES ######################## *X resolution for SDL display* Type: ``int`` Direct dependencies =================== \ :kconfig:`SDL_DISPLAY ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 320 Kconfig definition ================== At ``/display/Kconfig.sdl:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display .. code-block:: kconfig 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.)*