mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated FAQ #7 (markdown)
@@ -17,5 +17,5 @@ The NeoEsp8266Dma800KbpsMethod, the default method for Esp8266, is that exceptio
|
||||
DMA RGB buffer size in bytes = number of pixels * 3 * 4
|
||||
DMA RGBW buffer size in bytes = number of pixels * 4 * 4
|
||||
```
|
||||
For esp8266, this equates to approximately 3000 pixels for RGB, and 2250 pixels for RGBW; as long as you don't have anything else that requires much more memory.
|
||||
For esp8266, this equates to approximately 3000 pixels for RGB, and 2250 pixels for RGBW; as long as you don't have anything else that requires much more memory. But this method comes with the benefit in that it doesn't take much of the CPU to send the data like all the other methods; so you can then use the freed CPU cycles to do other important tasks.
|
||||
|
||||
|
Reference in New Issue
Block a user