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
- Host: GitHub
- URL: https://github.com/bga/bit-font
- Owner: bga
- License: apache-2.0
- Created: 2022-04-26T11:28:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T17:58:59.000Z (about 4 years ago)
- Last Synced: 2025-04-14T10:39:36.718Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 198 KB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
