From cb6e53c7ed0c75aa184b941478ded0b65fa9c265 Mon Sep 17 00:00:00 2001 From: RappelBerryPi Date: Thu, 3 Feb 2022 11:14:16 -0600 Subject: [PATCH] adding readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7701ab8..3ab1644 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# SetBrightness \ No newline at end of file +# 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.