mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated ESP32 NeoMethods (markdown)
@@ -16,6 +16,12 @@ Same as NeoEsp32I2s1800KbpsMethod but has the longer delay required by these LED
|
||||
|
||||
The NeoEsp32I2s1Ws2813Method is the underlying method that gets used if you use NeoWs2813Method on Esp32 platforms. There should be no need to use it directly.
|
||||
|
||||
## NeoEsp32Rmt# Methods
|
||||
The NeoEsp32Rmt0800KbpsMethod is an example, the number following the Rmt is 0-7 providing 8 channels of the RMT hardware. All the variants for different leds (Ws2812x, Ws12813, etc) are supported.
|
||||
|
||||
NeoEsp32Rmt# Methods supports any available pin below 32.
|
||||
These methods uses RMT hardware support to send data to the NeoPixels. Thus this method uses very little CPU for actually sending the data to NeoPixels but it requires an extra buffer for hardware to read from. This extra buffer is the same size as the primary buffer.
|
||||
|
||||
## NeoEsp32BitBang800KbpsMethod
|
||||
NeoEsp32BitBang800KbpsMethod supports any available pin below 32.
|
||||
|
||||
|
Reference in New Issue
Block a user