olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

Custom fonts and size limits #103

Open mithat opened 5 years ago

mithat commented 5 years ago

I have managed to build custom fonts for Ucglib -- the details are here.

One thing I've noticed is that when I try to convert a large (tall/wide) font using bdfconv, I get the following error:

RLE Compress: Error, glyph too large, encoding=

This suggests there's an upper bound on font sizes. What are those limits, and is there a way to change them?