Hi I’m having a hard time turning on the neopixel port to turn on an adafruit 8x8 neopixel matrix as an arc reactor, I have tried uploading 3.2.x and changing the value to 64 for the number of LEDs, but the led does not turn on when I plug it in, I’m not sure if there’s anything else in the code that I’m missing, any help would be appreciated
#✅ - programming neopixel into MK-XJ
14 messages · Page 1 of 1 (latest)
Hey @elder tinsel, thank you for contributing to this forum.
Please provide as much information (images, video, description) as you can. This will increase the chance that someone can help you with your issue.
Use the Close button when your issue is resolved.
Did you uncomment line 49?
From this:
//#define ARC_REACTOR
To this:
#define ARC_REACTOR
When I do that I get this error
Did you install the FastLED library?
i do have FastLED by daniel garcia installed
You need this library. Uninstall that one.
https://github.com/FastLED/FastLED
GitHub
The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "...
I uninstalled the library and Installed the new one and I got the same message only when I un comment line 49.
Did you download the entire git repository from our site?
This is what I downloaded
Ok. Looks like there was a breaking change in FastLED with my code. I fixed it. Download the latest from our github site.
Got it! Thank you for all your help!!
This thread is closed now :white_check_mark: