Backlight Control

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Backlight Control

1,620件の閲覧回数
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,142件の閲覧回数
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 件の賞賛
返信