An open API service indexing awesome lists of open source software.

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

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
```