Pygamer arcada neopixels

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
craigcooper
 
Posts: 12
Joined: Sun May 23, 2021 6:53 pm

Pygamer arcada neopixels

Post by craigcooper »

I am using a Pygamer board with atduino code and the arcada library. I have the five pixels running the rainbox for loop from the examples.

How do I turn off ALL of the Neopixels using arcada code. I am not using any neopixel library.

Thank you,

- Craig

User avatar
craigcooper
 
Posts: 12
Joined: Sun May 23, 2021 6:53 pm

Re: Pygamer arcada neopixels

Post by craigcooper »

I found the answer just after writing this,

arcada.pixels.clear();
arcada.pixels.show();

- Craig

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

Return to “Arduino”