Please help with Adafruit NeoPixel Digital RGB 144 LED/M light pattern

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
printer2432
 
Posts: 2
Joined: Thu Sep 22, 2022 6:43 am

Please help with Adafruit NeoPixel Digital RGB 144 LED/M light pattern

Post by printer2432 »

https://www.adafruit.com/product/2832?length=1

Now I have bought adafruit neopixel digital rgb 144 led/m and as I have seen this link, I would like to have this light pattern to my led. Could somebody help me with arduino code on this light pattern(Rainbow chroming and have a white colour running from one side to another side all the time like in the link). I am newbie to arduino thing and sorry for my bad English. Thank you in advance

User avatar
dastels
 
Posts: 15656
Joined: Tue Oct 20, 2015 3:22 pm

Re: Please help with Adafruit NeoPixel Digital RGB 144 LED/M light pattern

Post by dastels »

I'm trying to get the actual demo code but I assume it's using the led_animation bundle in CircuitPython... some combination of rainbow using the RGB LEDs & comet using the white LED.

Dave


User avatar
dastels
 
Posts: 15656
Joined: Tue Oct 20, 2015 3:22 pm

Re: Please help with Adafruit NeoPixel Digital RGB 144 LED/M light pattern

Post by dastels »

That's it! Have a look at the whiteOverRainbow() function which gives the effect you see in the demo video.

Dave

User avatar
printer2432
 
Posts: 2
Joined: Thu Sep 22, 2022 6:43 am

Re: Please help with Adafruit NeoPixel Digital RGB 144 LED/M light pattern

Post by printer2432 »

Really appreciated for every help, thank you so much everyone

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”