:orphan: .. title:: SSD1306_SH1106_COMPATIBLE .. option:: CONFIG_SSD1306_SH1106_COMPATIBLE *Enable SH1106 compatible mode* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.ssd1306:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:22`` Menu path: (Top) → Device Drivers → Display Drivers → SSD1306 display driver → Display controller type .. parsed-literal:: config SSD1306_SH1106_COMPATIBLE bool "Enable SH1106 compatible mode" depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*