NeoPixel Status codes?

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
lugthar
 
Posts: 1
Joined: Fri May 11, 2012 3:40 pm

NeoPixel Status codes?

Post by lugthar »

What are the different status code colors shown on the NeoPixel for the following functions on a MatrixPortal M4?

network = Network(status_neopixel=board.NEOPIXEL, debug=False)

or

# --- Display setup ---
matrixportal = MatrixPortal(status_neopixel=board.NEOPIXEL, debug=True)

I have searched for the status codes listed but have been unable to find.

User avatar
adafruit_support_carter
 
Posts: 29056
Joined: Tue Nov 29, 2016 2:45 pm

Re: NeoPixel Status codes?

Post by adafruit_support_carter »

See here:
https://learn.adafruit.com/adafruit-pyp ... aq-3023990

But also, there is another potential source for RGB status, from the CP firmware itself. That's covered here:
https://learn.adafruit.com/welcome-to-c ... ht-2978455

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

Return to “Adafruit CircuitPython”