|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this commit, the following functions have been added to the
library:
- int luxinc(struct luxdisp *, int) | Increment brightness by a
raw value
- int luxdec(struct luxdisp *, int) | Decrement brightness by a
raw value
- double luxgetp(struct luxdisp *) | Get the current brightness
as a percentage
- double luxsetp(struct luxdisp *, double) | Set the current brightness
with a percentage
- double luxincp(struct luxdisp *, double) | Increment brightness by a
percentage
- double luxdecp(struct luxdisp *, double) | Decrement brightness by a
percentage
|