Skip to content

bberrevoets/font8x8-vhdl-package

 
 

Repository files navigation

This program generates a VHDL package containing a bitmap of the lower 128 ASCII characters.
It is intended for use with the https://vhdlwhiz.com/dotmatrix VHDL course.

Usage:
gcc -o render render.c && ./render > charmap_pck.vhd

Or just download the generated file from:
https://raw.githubusercontent.com/bberrevoets/font8x8-vhdl-package/master/charmap_pck.vhd

See https://github.com/dhepper/font8x8 for docs on the original program

About

8x8 monochrome bitmap fonts for rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.8%
  • VHDL 48.2%
  • C++ 1.0%