Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
/ backlight-gui Public archive

A tiny GUI utility to control the display brightness via /sys/class/backlight/.

License

Notifications You must be signed in to change notification settings

esrille/backlight-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backlight-gui

"backlight-gui" is a tiny GUI utility to control the display brightness via /sys/class/backlight/.

screenshot

Installation

You can download the software packages arranged for installing on Raspberry Pi OS from the Releases page.

Note: This software is currently tested on Esrille Unbrick series.

Building Sources

To build and install "backlight-gui" manually, run the following commands:

git clone https://github.com/esrille/backlight-gui.git
./autogen.sh
make
sudo make install

Resources