LCD

From WebOS Internals
Revision as of 17:21, 17 January 2011 by Varg (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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