#✅ - programming neopixel into MK-XJ

14 messages · Page 1 of 1 (latest)

elder tinsel
#

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

agile anchorBOT
#

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.

torn glen
#

Did you uncomment line 49?
From this:
//#define ARC_REACTOR
To this:
#define ARC_REACTOR

elder tinsel
#

When I do that I get this error

torn glen
#

Did you install the FastLED library?

elder tinsel
#

i do have FastLED by daniel garcia installed

torn glen
elder tinsel
#

I uninstalled the library and Installed the new one and I got the same message only when I un comment line 49.

torn glen
#

Did you download the entire git repository from our site?

elder tinsel
#

This is what I downloaded

torn glen
#

Ok. Looks like there was a breaking change in FastLED with my code. I fixed it. Download the latest from our github site.

elder tinsel
#

Got it! Thank you for all your help!!

agile anchorBOT