Page 1 of 1

X710 LCD

Posted: Wed Jan 11, 2017 11:02 am
by kubac
Hi,

I'm using this screen with M3 on debian. How can I change screen brightness (backlight) or how can I switch the screen completely (not blank it - as I see, the backlight is still on)?
Using /sys/ filesystem or any other programmatical method.

Thanks

Kuba

Re: X710 LCD

Posted: Sat Jan 21, 2017 8:35 am
by jjm
Hi,
You need to use this command to change screen brightness:
#echo 0 > /dev/backlight-1wire

the number '0' means the darkest, the number you can use is 0 to 127.

thank you!