An open API service indexing awesome lists of open source software.

https://github.com/bga/bit-font

Micro 6x7px half glyph based font for mcu/embedded project. 39 bytes min size
https://github.com/bga/bit-font

Last synced: about 1 year ago
JSON representation

Micro 6x7px half glyph based font for mcu/embedded project. 39 bytes min size

Awesome Lists containing this project

README

          

Micro 6x7px font for mcu/embedded project

Original idea by FireFly

Memory size
- digits + symbols - 13 \* 3 bytes each half glyph + 19 \* 1 byte indexes = 58 bytes
- all (digits + symbols + alphabet) - 24 \* 3 bytes each half glyph + 47 \* 2 bytes indexes = 166 bytes

indexes arrays may be unneeded if you use fixed print

![](https://github.com/bga/bit-font/raw/master/media/bit-font.png)