Difference between revisions of "Backlight control"

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
Jump to navigation Jump to search
(Created page with "To control the backlight of the LCD you can input value from 0 (LCD completely closed) to 255 (maximum brightness) in: /sys/class/backlight/backlight/brightness '''ATTENTION'...")
 
(No difference)

Latest revision as of 06:53, 20 October 2020

To control the backlight of the LCD you can input value from 0 (LCD completely closed) to 255 (maximum brightness) in: /sys/class/backlight/backlight/brightness

ATTENTION
If you are using pico-SAM9G45 without a LCD attached the backlight booster (L11) will get very hot due to the fact that the booster has no current load.

How to disable the booster circuit:

1) To disable backlight booster circuit, you will need to input 0 to backlight control.

echo 0 > /sys/class/backlight/backlight/brightness


2) Alternatively, if your OS build does not have this kind of control capabilities, you can simply remove the L11 inductor. L11 is located near the 40pin ZIFF connector.

3) If you're using "console only" version of Angstrom OS the backlight booster is disabled automatically.