Thanks, this is nice to hear :)
Grab a little newer version, a couple of tweaks and small features (ie. importing glyph from image)
Best regards -- Spook.
Type: Posts; User: spook
Thanks, this is nice to hear :)
Grab a little newer version, a couple of tweaks and small features (ie. importing glyph from image)
Best regards -- Spook.
I cannot find a way to create a release in the GitLab, so I'll put the build here, attached to this post. Have fun and please tell me what you think about this app.
15190
Hi!
Since I couldn't find an easy to use tool for creating and editing fonts for ILI9341_t3, I've created one. So, here it is, Embedded Font Creator:
15186
Features:
Create font from...
I'll post progress shortly, but I might have found a bug in the library regarding fonts. Look at the following image:
15176
I marked with small corners places where character starts and ends....
No need, this is confirmed. So characters must be aligned to byte boundaries and character offsets (indices) must be expressed in bytes, not bits
Moreover, row repeating works a little bit...
Hmm. Please take a look at https://github.com/PaulStoffregen/ILI9341_t3/blob/master/ILI9341_t3.cpp#L1265
data = font->data + fetchbits_unsigned(font->index, bitoffset, font->bits_index);
...
Some update. I've implemented the export, but - as one might have expected - it doesn't work (nothing is displayed). I suspect, that I may have error in format somewhere - if you have a minute or...
I guess I'll have a couple of questions during development, here's one: can space character (which is usually empty) be compressed to 0-width and 0-height character with only offset-x specified (of...
This is just so freaking awesome documentation - thanks a ton! It would take forever to extract this information from code. I guess that I should have working version of ILI9341_t font export within...
I actually did quite extensive research before asking. I've been on most of these threads, but the problem is that I'd like to have a font editor, not to convert an existing font. I found out, that I...
Since I couldn't find one on the Internet, I'm planning to write a font editor, which will produce fonts compatible with ILI9341_t3 library. I'll probably take Arduino Font Editor as a base, because...