mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-05 18:35:52 +02:00
Added support for inverted output in neopixelbus (#441)
This commit is contained in:
parent
93fa8b40fb
commit
3974418c3f
@ -65,6 +65,7 @@ Configuration variables:
|
||||
- ``BIT_BANG`` (can flicker a bit)
|
||||
|
||||
- **num_leds** (**Required**, int): The number of LEDs attached.
|
||||
- **invert** (*Optional*, boolean): Invert data output, for use with n-type transistor. Defaults to ``no``.
|
||||
|
||||
**Pin Options:** Some chipsets have two data pins to connect, others only have one.
|
||||
If you have one line, only specify ``pin``, otherwise specify both ``clock_pin`` and ``data_pin``.
|
||||
|
Loading…
Reference in New Issue
Block a user