We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
when using the ST7789 library (not the displayhatmini library) is there a way to control the onboard LED??
thanks
Neil
The text was updated successfully, but these errors were encountered:
Yes probably, by replicating the code included in display hat mini library!
Sorry, something went wrong.
You do not need the library. Just control the ACT LED on pin 47.
ACT
See for example lines in https://github.com/Wikinaut/pinetradio/blob/main/pinetradio.py (look for ACT, which stands for activity LED.).
PI system use of the ACT-LED must be disabled. You can use this service https://github.com/Wikinaut/pinetradio/blob/main/disable-led.service and run sudo systemctl enable disable-led once.
sudo systemctl enable disable-led
No branches or pull requests
Hi
when using the ST7789 library (not the displayhatmini library) is there a way to control the onboard LED??
thanks
Neil
The text was updated successfully, but these errors were encountered: