The latest development version of this page may be more current than this released 2.5.0 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:32drivers/Kconfig:72drivers/display/Kconfig:22

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: Display controller type>

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