:orphan: .. title:: SSD1306_REVERSE_MODE .. option:: CONFIG_SSD1306_REVERSE_MODE *SSD1306 reverse mode* Type: ``bool`` Help ==== SSD16XX reverse video mode. Direct dependencies =================== \ :option:`SSD1306 ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.ssd1306:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:22`` Menu path: (Top) → Device Drivers → Display Drivers → SSD1306 display driver .. parsed-literal:: config SSD1306_REVERSE_MODE bool "SSD1306 reverse mode" depends on \ :option:`SSD1306 ` && \ :option:`DISPLAY ` help SSD16XX reverse video mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*