Replies: 2 comments 1 reply
-
|
I really like the font. Especially the Bold variant makes it somehow unique. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here's the BDFs I have produced though there are some tweaks to be done still. Probably makes sense to link it somewhere, at least until things settle down, or a lot of people are asking for inclusion. I'll be adding an Arduino library "soon" that will have the converted |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
A while back, I commissioned a set of pixel art fonts to provide a consistent look across several point sizes (A-heights of 4px, 5px, 7px, 9px, and 11px). You can find them here
The artist sells them, but they are licensed under CC-BY 4.0 and free for use with attribution. Each one has regular, "bold" (kind of a half-bold), "black" (full bold), "blocky" (different styling), "blocky bold" and "blocky black" variations.
I have a (very) work-in-progress conversion of them to .bdf and thence to u8g2 format. This includes all the scripts for conversion, as well as test images actually rendered with u8g2 (via the bitmap driver) for testing.
Once I finish the conversion and solve a few issues I feel like this should be a pretty useful set of fonts for u8g2 users. I'm not sure if it would make sense to incorporate them into the main u8g2 font library, or keep a separate repository that people can always pull in (as an Arduino library or whatever) as needed, or what. I do anticipate between myself and VEXED making various improvements over time (there's a lot I'm not 100% perfect on), so whatever we do would want to be updated and not a laborious manual process. (I assume you have scripts that generate font samples and such...)
What's your thinking @olikraus (and others)?
Beta Was this translation helpful? Give feedback.
All reactions