Backlight Control

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Backlight Control

1,088 Views
CurtisWald
NXP Employee
NXP Employee

The Backlight brightness can be changed from user space using the /sys interface.

 

$ ls /sys/devices/platform/mxs-bl.0/backlight/mxs-bl

actual_brightness     brightness    max_brightness subsystem

bl_power                  device         power                uevent

 

 

To see what the maximum brightness is:

$ cat /sys/devices/platform/mxs-bl.0/backlight/mxs-bl/max_brightness

100

 

To change brightness

$ echo 100 > /sys/devices/platform/mxs-bl.0/backlight/mxs-bl/brightness

 

The default brightness is 50.

Labels (1)
0 Kudos
1 Reply

610 Views
RobertMGirard
Contributor I

Curtis,

Thanks for this info.

I have been looking for a way to increase the backlight on the EVK

 

Regards

Robert

0 Kudos