:orphan: .. title:: SSD1306_DEFAULT_CONTRAST .. option:: CONFIG_SSD1306_DEFAULT_CONTRAST *SSD1306 default contrast* Type: ``int`` Help ==== SSD16XX default contrast. Direct dependencies =================== \ :option:`SSD1306 ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.ssd1306:14`` 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_DEFAULT_CONTRAST int "SSD1306 default contrast" range 0 255 default 128 depends on \ :option:`SSD1306 ` && \ :option:`DISPLAY ` help SSD16XX default contrast. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*