Updated FAQ #7 (markdown)

Michael Miller
2016-04-03 11:56:37 -07:00
parent a63aa5ee27
commit ac6595e8d1

@@ -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.