https://github.com/tomfaulkner/fw-led
https://github.com/tomfaulkner/fw-led
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomfaulkner/fw-led
- Owner: TomFaulkner
- Created: 2024-08-11T01:52:32.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T03:28:06.000Z (10 months ago)
- Last Synced: 2025-01-01T06:27:14.717Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework LED Matrix
## Usage:
```shell
python3 main.py
```## Adjust brightness:
Use the path provided when starting the program to adjust the brightness of the LED matrix.
Values are a percentage of the maximum (255) brightness.
In my experience, absolute brightness of less than 10 is not visible, if on at all.
So, two percent or less is probably not visible.```shell
echo 100 > $path/brightness
```Before running again, delete any files from the $path above.
For safety the contents aren't automatically deleted.