Skip to content

valentin-vogel/rpi-backlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Backlight switch for Raspberry Pi

rpi-backlight

RPI-Backlight is a very small tool written as bash script to switch the backlight on and off by timer. By default the timer turn the lights off at 11pm and on at 06am. Both parameters can be changed by configuration.

The tool is build for a Raspberry Pi 3 B+ setup running Ubuntu Core. The snap is based on core18.

How to install

Get it from the Snap Store

For the latest stable version:

sudo snap install rpi-backlight

How to use

Check the default settings with snap get rpi-backlight. To change default time settings:

# Night start time
sudo snap set rpi-backlight nightstart="23:00"

# Night end time
sudo snap set rpi-backlight nightend="06:00"

Contribution

Contributions are welcome! Please discuss your idea first inside an Github issue.

License

This project is licensed under MIT.

About

A backlight timer for the Raspberry Pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages