Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 720 Bytes

INSTALL.md

File metadata and controls

69 lines (42 loc) · 720 Bytes

Install:

cd ~/
mkdir raspberrypi-backlight
cd raspberrypi-backlight/
git clone https://github.com/WestleyK/rpi-brightness.git
cd rpi-brightness/
make
sudo make install


Updating:

cd ~/raspberrypi-backlight/rpi-brightness/
sudo make update


Uninstalling:

cd ~/raspberrypi-backlight/rpi-brightness/
sudo make uninstall


Running no-root.sh:

If you run this, you dont need the sudo before changing the brightness.

cd ~/raspberrypi-backlight/rpi-brightness/
sudo ./no-root.sh
sudo reboot

To undo that, type:

sudo rm /etc/udev/rules.d/backlight-permission.rules
sudo reboot


End INSTALL.md