CONFIG_SSD1306

SSD1306 display driver

Type: bool

Help

Enable driver for SSD1306 display driver.

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/shields/ssd1306/Kconfig.defconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config SSD1306
    bool
    default y
    depends on DISPLAY && (SHIELD_SSD1306_128X64 || SHIELD_SSD1306_128X64_SPI || SHIELD_SSD1306_128X32 || SHIELD_SH1106_128X64)

At <Zephyr>/boards/shields/ssd1306/Kconfig.defconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SSD1306
    bool
    default y
    depends on DISPLAY && (SHIELD_SSD1306_128X64 || SHIELD_SSD1306_128X64_SPI || SHIELD_SSD1306_128X32 || SHIELD_SH1106_128X64)

At <Zephyr>/drivers/display/Kconfig.ssd1306:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:72<Zephyr>/drivers/display/Kconfig:22

Menu path: (Top) → Device Drivers → Display Drivers

menuconfig SSD1306
    bool "SSD1306 display driver"
    depends on (I2C || SPI) && DISPLAY
    help
      Enable driver for SSD1306 display driver.

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