fontgroupu8g - olikraus/ucglib GitHub Wiki
Reference
These fonts are part of u8glib and ucglib.
Copyright
Public domain, created by the author of u8glib and ucglib.
Font Details
m2icon
u8glib_4
Transparent
Common Height
Notes
Build Mode | Font Purpose | Description |
---|---|---|
0 | t |
Transparent font, use together with UCG_FONT_MODE_TRANSPARENT . |
1 | h |
All glyphs have common height, use together with UCG_FONT_MODE_TRANSPARENT and UCG_FONT_MODE_SOLID . |
2 | m |
All glyphs have common height and width (monospace), use together with UCG_FONT_MODE_TRANSPARENT and UCG_FONT_MODE_SOLID . |
3 | 8 |
All glyphs have common height and width, use together with UCG_FONT_MODE_TRANSPARENT and UCG_FONT_MODE_SOLID . Height and width are devisible by 8. |
Font Char Set | Description |
---|---|
f |
The font includes up to 256 glyphs. |
r |
Only glyphs on the range of the ASCII codes 32 to 127 are included in the font. |
n |
Only numbers and extra glyphs for writing date and time strings are included in the font. |