small copy edit - removed duplicate "on this"

Sam Clayton
2019-04-29 21:40:53 -07:00
parent d3245c59ce
commit 03dff4e6a4

@@ -16,4 +16,4 @@ On ESP8226, your primary choices are:
* Basic bit bang and interrupt driven library which does not support any other interrupt driven code to work. Not recommended.
On ESP32, if you need more than one channel/bus, FastLED is your only choice. It comes at a cost of bigger code size but the 8 parallel channels for better refresh rate on longer strings (useful past 256 pixels) can't be dismissed. Further,
if you have 4096 pixels or more, you can use the 16 way output driver from Yves as described on this [on this page](http://marc.merlins.org/perso/arduino/post_2018-07-30_Building-a-64x64-Neopixel-Neomatrix-_4096-pixels_-running-NeoMatrix-FastLED-IR.html#esp32driver)
if you have 4096 pixels or more, you can use the 16 way output driver from Yves as described [on this page](http://marc.merlins.org/perso/arduino/post_2018-07-30_Building-a-64x64-Neopixel-Neomatrix-_4096-pixels_-running-NeoMatrix-FastLED-IR.html#esp32driver)