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

CONFIG_SSD1306_SH1106_COMPATIBLE

Enable SH1106 compatible mode

Type: bool

Direct dependencies

<choice SSD1306_CONTROLLER_TYPE: Display controller type>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/display/Kconfig.ssd1306:30

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:74drivers/display/Kconfig:28

Menu path: (Top) → Device Drivers → Display Drivers → SSD1306 display driver → Display controller type

config SSD1306_SH1106_COMPATIBLE
    bool "Enable SH1106 compatible mode"
    depends on <choice SSD1306_CONTROLLER_TYPE>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)