Difference between revisions of "LCD"

From WebOS Internals
Jump to navigation Jump to search
(Created page with 'you can adjust the LCD backlight in the console: === Turn on/off backlight === <pre><nowiki> cd /sys/class/display/lcd.0/ echo 0 > state # turn off echo 1 > state # turn on </no…')
 
(No difference)

Latest revision as of 17:21, 17 January 2011

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