diff --git a/Library-Comparisons.md b/Library-Comparisons.md index eee9d16..fb71676 100644 --- a/Library-Comparisons.md +++ b/Library-Comparisons.md @@ -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) \ No newline at end of file +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) \ No newline at end of file