|
@@ -87,8 +87,8 @@ You may only specify one command flag at a time. These flags decide what the pro
|
87
|
87
|
* `-G` Get brightness
|
88
|
88
|
* `-N` Set minimum brightness to value (value needed!)
|
89
|
89
|
* `-P` Get minimum brightness
|
90
|
|
-* `-I` Save the current brightness
|
91
|
|
-* `-O` Restore the previously saved brightness
|
|
90
|
+* `-O` Save the current brightness
|
|
91
|
+* `-I` Restore the previously saved brightness
|
92
|
92
|
|
93
|
93
|
Without any extra options, the command will operate on the device called `sysfs/backlight/auto`, which works as it's own device however it proxies the backlight device that has the highest controller resolution (read: highest precision). Values are interpreted and printed as percentage between 0.0 - 100.0.
|
94
|
94
|
|