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

SSD1306 display driver

Type: bool

Help

Enable driver for SSD1306 display driver.

Direct dependencies

I2C && DISPLAY

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/display/Kconfig.ssd1306:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:26

Menu path: (top menu) → Device Drivers → Display Drivers

menuconfig SSD1306
    bool
    prompt "SSD1306 display driver" if I2C && DISPLAY
    depends on I2C && DISPLAY
    help
      Enable driver for SSD1306 display driver.

(Definitions include propagated dependencies, including from if’s and menus.)