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

Latest commit

 

History

History
26 lines (16 loc) · 734 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 734 Bytes

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