Updated ESP32 NeoMethods (markdown)

Mike Dunston
2021-02-12 09:26:42 -08:00
parent 560737131f
commit 1b4e8de65c

@@ -9,7 +9,7 @@ The bitbang method has further restrictions in that it will only support pins be
NeoEsp32I2s1800KbpsMethod supports any available pin below 34.
This method uses i2s 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 the I2s DMA to read from. Thus there is a trade off of CPU use versus memory use. The extra buffer needed is four times the size of the primary pixel buffer.
**NOTE:** The eps32 supports two i2s hardware buses. The first one is left open for other uses. If for some reason you need to use the first one, then use NeoEsp32I2s0800KbpsMethod instead.
**NOTE:** The esp32 supports two i2s hardware buses. The first one is left open for other uses. If for some reason you need to use the first one, then use NeoEsp32I2s0800KbpsMethod instead.
## NeoEsp32I2s1400KbpsMethod
Same as NeoEsp32I2s1800KbpsMethod but running at the older and slower data rate.