https://github.com/westleyk/backlight
Very simple and minimal bash/shell script to adjust brightness for raspberry pi
https://github.com/westleyk/backlight
adjust backlight bash brightness control raspberry-pi script shell simple
Last synced: 6 months ago
JSON representation
Very simple and minimal bash/shell script to adjust brightness for raspberry pi
- Host: GitHub
- URL: https://github.com/westleyk/backlight
- Owner: WestleyK
- License: mit
- Created: 2018-08-01T03:00:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T18:11:40.000Z (over 7 years ago)
- Last Synced: 2025-04-13T18:43:46.484Z (10 months ago)
- Topics: adjust, backlight, bash, brightness, control, raspberry-pi, script, shell, simple
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Verry simple, yet packed with feature!
Very simple and functinal bash script to adjust brightness for the official 7 inch touchdcreen.
Designed and tested for raspberry pi with official 7 inch touchdcreen.
## Install:
```
cd ~/
mkdir github-repo
cd github-repo/
git clone https://github.com/WestleyK/backlight
cd backlight/
sudo ./install.sh
```
## Usage:
```
pi@raspberrypi:~ $ backlight-pi help
Usage: simple-backlight [OPTION]
h | help (print help menu)
15-255 (adjust from 15-255)
u | up (adjust up by 20)
d | down (adjust down by 20)
s | sleep (enter sleep mode)
v | version (print version)
Source code: https://github.com/WestleyK/backlight
pi@raspberrypi:~ $
```
## End README