Backlight Control

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Backlight Control

1,614 次查看
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.

标签 (1)
0 项奖励
回复
1 回复

1,136 次查看
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 项奖励
回复