:orphan: .. title:: DUMMY_DISPLAY_X_RES .. option:: CONFIG_DUMMY_DISPLAY_X_RES *X resolution for dummy display* Type: ``int`` Direct dependencies =================== \ :option:`DUMMY_DISPLAY ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 320 Kconfig definition ================== At ``/display/Kconfig.dummy:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:72`` → ``/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers → Dummy display driver .. code-block:: kconfig config DUMMY_DISPLAY_X_RES int "X resolution for dummy display" default 320 depends on DUMMY_DISPLAY && DISPLAY *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*