Skip to content

Command line utility to display graphical digits on the frame buffer.

Notifications You must be signed in to change notification settings

anders94/framebuffer-digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

framebuffer-digits

Command line utility to display graphical digits on the frame buffer.

My Raspberry Pi Bitcoin Ticker 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

About

Command line utility to display graphical digits on the frame buffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages