pi-apps
pi-apps copied to clipboard
Add ledcontrol
So, i added Support for armhf.
- I have designed an icon. With Paint :) And Pi 3 is supported anyway, since the two use the same LED brightness map. More Details in:
- #1502
- #1503
Nice!
@Juliandev02 when I try to run it, it shows up this: sh: 1: cannot create /sys/class/leds/led0/brightness: Permission denied sh: 1: cannot create /sys/class/leds/led0/brightness: Permission denied sh: 1: cannot create /sys/class/leds/led0/brightness: Permission denied
You may want to re-design the icon - right now it depicts a Pi, not its LEDs. No, this is not just me being picky, this is me observing that apps with meaningful and interesting icons have more users than apps that don't.
You may want to re-design the icon - right now it depicts a Pi, not its LEDs. No, this is not just me being picky, this is me observing that apps with meaningful and interesting icons have more users than apps that don't.
Do you have any idea why I get those errors I mentioned?
@Juliandev02 when I try to run it, it shows up this:
sh: 1: cannot create /sys/class/leds/led0/brightness: Permission denied sh: 1: cannot create /sys/class/leds/led0/brightness: Permission denied sh: 1: cannot create /sys/class/leds/led0/brightness: Permission denied
You need to run with sudo.
ah, okay