Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 997 Bytes

File metadata and controls

19 lines (13 loc) · 997 Bytes

Tiny Text

Low resolution bitmap font with a small memory footprint

demo running on a 128x32 SSD1306 OLED display

Based on the "Tom Thumb" font, available under the CC0 license.
https://robey.lag.net/2010/01/23/tiny-monospace-font.html

Tiny Text is a 5x3 bitmap font. This implementation supports drawing on any display with the HAL.Bitmap interface or an appropriate Set_Pixel procedure.

Examples

MIT License
Copyright 2020-2024 Jeremy Grosser
See LICENSE for details.