| description | Python script for turning {E,EE}PROMs into character generators |
| last change | Tue, 17 Feb 2026 17:38:43 +0000 (12:38 -0500) |
| URL | git://git.datadissipation.net/fontgen.git |
| https://git.datadissipation.net/fontgen.git | |
| content tags |
This script produces a ROM image that can be used to turn any parallel ROM into a character generator for 6845-style CRTCs and similar video output systems.
It works by going over one character cell at a time, starting at the
top left corner of an image and processing through each row (if there
are multiple), turning every pixel with a value of #000
(black) into a 1 (every other value is a
0).
An example font is provided.
| 2026-02-17 | git | initial public commit master | commit | commitdiff | tree | snapshot (tar.zst tar.gz zip) |
| 3 months ago | master | shortlog | log | tree |