https://github.com/anders94/framebuffer-digits
Command line utility to display graphical digits on the frame buffer.
https://github.com/anders94/framebuffer-digits
Last synced: 7 months ago
JSON representation
Command line utility to display graphical digits on the frame buffer.
- Host: GitHub
- URL: https://github.com/anders94/framebuffer-digits
- Owner: anders94
- Created: 2015-07-09T13:31:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T13:38:56.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T18:12:19.373Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# framebuffer-digits
Command line utility to display graphical digits on the frame buffer.
My [Raspberry Pi Bitcoin Ticker](https://www.youtube.com/watch?v=dBOvH2jCFwM) project
needed to display digits fullscreen on a framebuffer and be very lightweight so I
wrote this command line utility that accepts some digits as an argument and displays
them on the local frame buffer.
The bitmap images are hard-coded and somewhat resemble a flip clock. Included are the
digits zero through nine, a dollar sign and a period. It is about as basic as one can get.
To compile, run:
```
make
```
To run:
```
./showdigits $123.45
```