LCD

From WebOS Internals
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

you can adjust the LCD backlight in the console:

Turn on/off backlight

cd /sys/class/display/lcd.0/
echo 0 > state # turn off
echo 1 > state # turn on

Adjust brightness

cd /sys/class/display/lcd.0/
echo 10 > brightness
echo 20 > brightness