View Single Post
Old 12-12-2020, 07:18 AM   #2
white_gecko
Junior Member
white_gecko began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2020
Device: Pocket Book Touch Lux 3 (626)
I want a bit further and gained root and ssh access to my device (https://www.mobileread.com/forums/sh...d.php?t=325185)

find provided me with the following result:

Code:
~ # find -iname "bright*"
./sys/devices/platform/tps61161_bl/brightness
./sys/devices/platform/leds-sunxi/leds/power_led/brightness
cat gave

Code:
~ # cat ./sys/devices/platform/leds-sunxi/leds/power_led/brightness
1
~ # cat ./sys/devices/platform/tps61161_bl/brightness
33
sending

Code:
echo 0 > ./sys/devices/platform/leds-sunxi/leds/power_led/brightness
echo 1 > ./sys/devices/platform/leds-sunxi/leds/power_led/brightness
switches the power led off and on, as expected

Code:
~ # echo 28 > ./sys/devices/platform/tps61161_bl/brightness
dims the light. When it is dark I have to find the best value. So far it seems as if the reading light turns of at "27", but maybe I just don't see it.
white_gecko is offline   Reply With Quote