Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on status LED? #120

Closed
ajs256 opened this issue Dec 26, 2020 · 2 comments
Closed

Documentation on status LED? #120

ajs256 opened this issue Dec 26, 2020 · 2 comments

Comments

@ajs256
Copy link

ajs256 commented Dec 26, 2020

I can't seem to find documentation on how this library controls the NeoPixel on my MatrixPortal. Could someone please point me to where I could find that?

@jerryneedell
Copy link
Contributor

This is probably not what you were asking for but hopefully it will help.
It is used by the Wifi manager https://learn.adafruit.com/adafruit-pyportal/internet-connect#wifi-manager-3034791-36 , but you are correct, the actual usage is not documented. The simplest thing now would be to look at the code for places where the pixel_status is set -- for example
https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/master/adafruit_esp32spi/adafruit_esp32spi_wifimanager.py#L139
and
https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/master/adafruit_esp32spi/adafruit_esp32spi_wifimanager.py#L142

show it being set red (100,0,0) before then green(0,100,0) after "connecting".

@FoamyGuy
Copy link
Contributor

closed by #148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants