16 stable releases (3 major)
new 4.0.5 | Mar 21, 2025 |
---|---|
4.0.4 | Dec 15, 2024 |
4.0.3 | Apr 17, 2024 |
4.0.1 | Feb 7, 2024 |
1.0.6 | Jan 18, 2024 |
#270 in Embedded development
102 downloads per month
9KB
181 lines
The UGLY-MAXIMAL
Not attractive nor pretty font. Seemly for 5x5 display.
Presentation
For show on micro:bit v2 see ug-max-presentation.gif.
Usage sample
For usage sample check with https://github.com/deep-outcome/mcu_chats_with_you.
lib.rs
:
UGLY-MAXIMAL font.
Each character representation is defined as series of columns consisting of 5 bits
at maximum. Bits are ordered down-top and columns left-right. So 0 index bit of 0 index column
is top left corner. For example, for 0x1e = 0b11_110 which is 1ˢᵗ column of A this is 0
.