https://github.com/catmeowbyte/cat_font
A compact 8x4 pixel font designed for small displays.
https://github.com/catmeowbyte/cat_font
Last synced: 3 months ago
JSON representation
A compact 8x4 pixel font designed for small displays.
- Host: GitHub
- URL: https://github.com/catmeowbyte/cat_font
- Owner: CatMeowByte
- Created: 2024-09-08T12:05:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T13:12:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T23:11:27.473Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CAT FONT

A compact 8x4 pixel font designed for small displays.
## Characters
Supporting ASCII, block-drawing, and commonly used symbol.
```
░▒▓█─│┌┐└┘├┤┬┴┼
•°©®™ �
!"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
`abcdefghijklmno
pqrstuvwxyz{|}~
```
## Credits
Originally created by [Flicker]() specifically for my microcontroller project.
Recreated from memory after I lost the original file.