The resolution is good for games but 8x8 characters will still be huge. It is amazing how much variety there is among the available 5x7 and 5x8 fonts. I just have to add another one.
![](https://cdn.hackaday.io/images/9785211507920457453.png)
Tool chain: Excel --> Print as PDF --> Preview --> Save as PNG --> ImageMagick --> Scale and save as RGB --> Python. This was simpler 30 years ago.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
Tired of the same old boring font on Instagram? Well, there's good news! With Instagram Schrift, you can change the font on your posts and Stories to any one of a number of popular typefaces.
Are you sure? yes | no
In the meantime I found PikoPixel, it looks good for this.
Are you sure? yes | no
Why did you use a so long "tool-chain"?
If you created this font with Excel (bi color cells ?), you can easilly export it to CSV file, which is very easy to use with a homemade program (written in Python or C).
That's exacly what I've done for the tracks matrix of the game "micromachine" for A2Z. The 2 CSV files are read by a simple program written in C.
https://hackaday.io/project/18206-a2z-computer/log/51519-45-the-game-micromachines
Are you sure? yes | no
Unfortunately my excel doesn't export the cell colors to CSV. For subsequent graphics I might try conditional formatting and simple values in the cells. Then the CSV route should work.
Are you sure? yes | no