https://github.com/maiswan/backlight-dashboard
Control panel for backlight
https://github.com/maiswan/backlight-dashboard
control-panel led-controller
Last synced: 3 months ago
JSON representation
Control panel for backlight
- Host: GitHub
- URL: https://github.com/maiswan/backlight-dashboard
- Owner: maiswan
- License: mit
- Created: 2025-06-14T08:19:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T14:44:57.000Z (4 months ago)
- Last Synced: 2025-06-17T15:44:40.124Z (4 months ago)
- Topics: control-panel, led-controller
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## backlight-dashboard
Tthe official dashboard designed for the [backlight](https://github.com/maiswan/backlight) software LED controller.
## Features
Not many features other than being user-friendly.The dashboard supports most functionalities the backlight API exposes. One exception is the `targets` parameter (support will be implemented in the near future).
## Setup
This guide uses npm, but other package managers should work equally well.
```bash
npm install
npm run [dev|build]
```This dashboard can be integrated into the Raspberry Pi or other SBCs running backlight. Simply `npm run build` this dashboard and copy the artifacts to the `/dashboard/dist` folder.
> [!TIP]
> If you mount the build onto the device running backlight, you can omit the server IP settings in the dashboard. The dashboard will automagically connect to the locally-running backlight instance.