MrYsLab / NeoPixelConnect

A PIO based WS2812 NeoPixel library for the Arduino Nano RP2040 Connect, and Raspberry Pi Pico
GNU Affero General Public License v3.0
31 stars 5 forks source link

Resolve issue #1 #5

Closed jkutianski closed 2 years ago

jkutianski commented 2 years ago

This resolve the issue #1 I tested it with 300 LEDs and works fine.

Be careful with the _MAXIMUM_NUMNEOPIXELS constant because this is used to define an Array that use RAM memory.

MrYsLab commented 2 years ago

Thanks for the pull request.