Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RappelBerryPi committed Feb 3, 2022
1 parent 8af73d3 commit cb6e53c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# SetBrightness
# SetBrightness

I have a keyboard which allows for special keybindings and it has a scrollwheel. I have the ability on this keyboard to
be able to turn up or down the volume with the scroll wheel but not the brightness on my laptop. With these two programs
that are generated from this Solution, I can call each program to set the brightness of my laptop screen. I set each up
to be able to take one parameter as the amount you would like to increase or decrease the brightness. If no parameter is
passed, then it is increased or decreased by 10%. I also created a shared library in order to reduce the amount of
repeated code required for each executable to work properly.

Finally, since all these programs do is turn up or turn down your brightness, there is no user interface.

0 comments on commit cb6e53c

Please sign in to comment.