The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_DUMMY_DISPLAY_X_RES

X resolution for dummy display

Type: int

Direct dependencies

DUMMY_DISPLAY && DISPLAY

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/display/Kconfig.dummy:20

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:30

Menu path: (top menu) → Device Drivers → Display Drivers → Dummy display driver

config DUMMY_DISPLAY_X_RES
    int
    prompt "X resolution for dummy display" if DUMMY_DISPLAY && DISPLAY
    default 320 if DUMMY_DISPLAY && DISPLAY
    depends on DUMMY_DISPLAY && DISPLAY

(Definitions include propagated dependencies, including from if’s and menus.)