Automatically writing screen brightness to disk
#2
Hello, I use a old image and I had trouble to recover the good brightness too.
New image should be able to work the right way, BTW here is my workaround:
- Check if '/home/pi/Freeplay/setPCA9633/fpbrightness.val' exist.
- If it does, edit '/etc/rc.local' and add before 'python /home/pi/Freeplay/Freeplay-Support/shutdown_daemon.py' line :

Code:
/home/pi/Freeplay/setPCA9633/setPCA9633 --verbosity=0 --i2cbus=1 --address=0x62 --mode1=0x01 --mode2=0x15 --led0=PWM --pwm0=0x$(printf "%x\n" $(cat /home/pi/Freeplay/setPCA9633/fpbrightness.val)) > /dev/null

- Then restart.
Hope this will help Smile
Reply


Messages In This Thread
RE: Automatically writing screen brightness to disk - by Porcinus - 04-18-2019, 07:06 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)