The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LP5562_I2C_ADDRESS

LP5562 I2C slave address

Type: hex

Help

Specify the I2C slave address for the LP5562 LED driver. 0x30: ADR0 = 0, ADR1 = 0 0x31: ADR0 = 0, ADR1 = 1 0x32: ADR0 = 1, ADR1 = 0 0x33: ADR0 = 1, ADR1 = 1

Direct dependencies

!HAS_DTS_I2C && LP5562 && LED

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

Defaults

Kconfig definition

At drivers/led/Kconfig.lp5562:24

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:78drivers/led/Kconfig:27

Menu path: (top menu) → Device Drivers → LED drivers → LP5562 LED driver

config LP5562_I2C_ADDRESS
    hex
    prompt "LP5562 I2C slave address" if !HAS_DTS_I2C && LP5562 && LED
    range 0x30 0x33 if !HAS_DTS_I2C && LP5562 && LED
    default 0x30 if !HAS_DTS_I2C && LP5562 && LED
    depends on !HAS_DTS_I2C && LP5562 && LED
    help
      Specify the I2C slave address for the LP5562 LED driver.
      0x30: ADR0 = 0, ADR1 = 0
      0x31: ADR0 = 0, ADR1 = 1
      0x32: ADR0 = 1, ADR1 = 0
      0x33: ADR0 = 1, ADR1 = 1

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