https://github.com/createcandle/framebuffer_night_clock
Shows centered 24h time in dark red color
https://github.com/createcandle/framebuffer_night_clock
Last synced: about 2 months ago
JSON representation
Shows centered 24h time in dark red color
- Host: GitHub
- URL: https://github.com/createcandle/framebuffer_night_clock
- Owner: createcandle
- Created: 2026-05-28T21:56:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-28T22:16:42.000Z (about 2 months ago)
- Last Synced: 2026-05-29T00:04:07.851Z (about 2 months ago)
- Language: C
- Size: 569 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# framebuffer night clock
Simple framebuffer clock application for Linux. Shows centered 24h time in dark red color, using PNG files for the numbers.
The `fbclock_arm64` file is a pre-compiled ARM64 binary (for Raspberry Pi).
This is a modification of "df3120-fbclock":
https://github.com/rayner/df3120-fbclock
### Building it:
- clone this repository and enter its directory
- `make clean`
- `make`
This will create the `fbclock` binary.
### Running it:
Normal display:
```
./fbclock
```
180 Degree rotated display:
```
./fbclock -r 1
```