mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
Document NeoPixelBus support on ESP32-S3 (#2491)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
64edd17b57
commit
ee3083a9c5
@ -127,7 +127,8 @@ settings vary by method:
|
|||||||
- **async** (*Optional*, boolean): Use an asynchronous transfer. Defaults to ``false``. If enabled,
|
- **async** (*Optional*, boolean): Use an asynchronous transfer. Defaults to ``false``. If enabled,
|
||||||
the logger must be disabled even if bus 1 is used.
|
the logger must be disabled even if bus 1 is used.
|
||||||
|
|
||||||
- **esp32_i2s**: The recommended method for ESP32. Available on all output pins. Additional options:
|
- **esp32_i2s**: The recommended method for ESP32, but not available on the ESP32-S3 or ESP32-C3.
|
||||||
|
Available on all output pins. Additional options:
|
||||||
|
|
||||||
- **bus** (*Optional*): The I2S bus to use. The ESP32 has bus 0 or 1 available, but the ESP32-S2 only bus 0.
|
- **bus** (*Optional*): The I2S bus to use. The ESP32 has bus 0 or 1 available, but the ESP32-S2 only bus 0.
|
||||||
One of ``0``, ``1``, ``dynamic``.
|
One of ``0``, ``1``, ``dynamic``.
|
||||||
@ -135,7 +136,7 @@ settings vary by method:
|
|||||||
- **esp32_rmt**: An alternative method for ESP32 that uses the RMT peripheral to send data.
|
- **esp32_rmt**: An alternative method for ESP32 that uses the RMT peripheral to send data.
|
||||||
Available on all output pins. Additional options:
|
Available on all output pins. Additional options:
|
||||||
|
|
||||||
- **channel** (*Optional*): The RMT channel to use. The ESP32 has channels 0-7, ESP32-S2 0-3 and ESP32-C3 0-1.
|
- **channel** (*Optional*): The RMT channel to use. The ESP32 has channels 0-7, ESP32-S2 0-3, ESP32-S3 0-3, and ESP32-C3 0-1.
|
||||||
Defaults to 6 on ESP32, and 1 on other ESP32 variants.
|
Defaults to 6 on ESP32, and 1 on other ESP32 variants.
|
||||||
|
|
||||||
The following method is available only for two-wire chips (specify ``data_pin`` and ``clock_pin``):
|
The following method is available only for two-wire chips (specify ``data_pin`` and ``clock_pin``):
|
||||||
|
Loading…
Reference in New Issue
Block a user