项目作者: WestleyK

项目描述 :
Very simple and minimal bash/shell script to adjust brightness for raspberry pi
高级语言: Shell
项目地址: git://github.com/WestleyK/backlight.git
创建时间: 2018-08-01T03:00:10Z
项目社区:https://github.com/WestleyK/backlight

开源协议:MIT License

下载


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:

  1. cd ~/
  2. mkdir github-repo
  3. cd github-repo/
  4. git clone https://github.com/WestleyK/backlight
  5. cd backlight/
  6. sudo ./install.sh




Usage:

  1. pi@raspberrypi:~ $ backlight-pi help
  2. Usage: simple-backlight [OPTION]
  3. h | help (print help menu)
  4. 15-255 (adjust from 15-255)
  5. u | up (adjust up by 20)
  6. d | down (adjust down by 20)
  7. s | sleep (enter sleep mode)
  8. v | version (print version)
  9. Source code: https://github.com/WestleyK/backlight
  10. pi@raspberrypi:~ $




End README