-
Notifications
You must be signed in to change notification settings - Fork 209
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
Add ledcontrol #1502
Comments
This looks interesting and I'm fine with it being added to Pi-Apps. I vaguely recall that various Raspberry Pi models treated the LEDs differently. I remember being able to control both built-in LEDS on the Pi3, but the method I used would not work for the Pi4. |
Currently (as far as I know) the program only works on the Raspberry Pi 4, because I don't know what the LED map looks like on the Pi 3. The same is true for the Pi Zero. I would have to look more closely at how the LED map is on the Pi 3 and the Zero. |
It would be advisable to support the Pi3 - a good number of our users are using a Pi3 because the Pi4 is hard to find right now. |
I'm sure I'll get it right. I just need to identify which model you have (via Bash Command is possible), and then find the appropriate LED map. |
A zipfile was found in the body of your issue.
|
closing as prone to breakage (new hardware) and not really useful for desktop users. these are status LEDs and not intended to be utilized by the user (other kernel drivers and hardware interact with them). |
What is the name of the app?
ledcontrol
(Optional) Where is the app hosted?
GitHub.
See https://github.com/Strawberry-Software-Industries/ledcontrol
About the app
This is a simple program to control the status LEDs of your Raspberry Pi.
Just install this App, and type
ledcontrol
into the Terminal. To change the Behavior of any led, you need root perms.Example:
sudo ledcontrol dr
- This will deactivate the red led:)
Soon i will build armhf Executeables!
If the app should come in, I will also design an icon for it later.
Upload file or Add PR Link
ledcontrol.zip
Confirmations
The text was updated successfully, but these errors were encountered: