Help wanted: Turn on or off BrightPi LEDs #310
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sorry for raising a bug, but I cannot work out how to turn on / off LEDs from Enclosure
The equivalent shell command to turn the LEDs on is
sudo i2cset -y 1 0x70 0x00 0x5a, and to turn off issudo i2cset -y 1 0x70 0x00 0x00Can anyone advise how I do this from Enclosure?
have you figured this out?
Nope
you should use a shell script for powering on and another one for off
