IMX Backlight: Difference between revisions
From Variscite Wiki
No edit summary |
(Add Debian category) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{PageHeader|Backlight}} {{DocImage|category1=Yocto|category2=VAR-SOM-MX6 | {{PageHeader|Backlight}} {{DocImage|category1=Yocto|category2=Debian}}[[category:VAR-SOM-MX6]][[Category:DART-6UL]][[Category:VAR-SOM-MX7]] __toc__ | ||
<syntaxhighlight lang="bash"> | |||
< | $ cd /sys/class/backlight/backlight | ||
$ cd /sys/class/backlight/backlight | $ echo X > brightness | ||
$ echo | |||
While X is a number between 0 and 7: | |||
</ | 0 - backlight off | ||
... | |||
7 - max brightness | |||
</syntaxhighlight> |
Latest revision as of 19:39, 6 June 2023
Backlight
$ cd /sys/class/backlight/backlight
$ echo X > brightness
While X is a number between 0 and 7:
0 - backlight off
...
7 - max brightness