View Single Post
Posts: 306 | Thanked: 566 times | Joined on Jan 2010 @ Romania
#74
just run this to see crazy psihedelic lava battery indicator

while [ 1 ] ;do echo 0 > /sys/class/leds/lp5523:g/led_current; sleep 1; echo 10 > /sys/class/leds/lp5523:g/led_current; sleep 1;done

you can exit with ctrl + C
 

The Following User Says Thank You to blue_led For This Useful Post: