fantasticmao / font6x8

6x8 monochrome bitmap font for ASCII printable characters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font6x8

6x8 monochrome bitmap font for ASCII printable characters.

A collection of header files containing a 6x8 bitmap font.

Encoding

The character 'A' (0x41 / 65) is encoded as {0x00, 0x30, 0x0C, 0x0B, 0x0C, 0x30}.

       000000
       xxxxxx
       030003
       00CBC0
       ||||||
       vvvvvv
0  ->  ...x..
1  ->  ...x..
2  ->  ..x.x.
3  ->  ..xxx.
4  ->  .x...x
5  ->  .x...x
6  ->  ......
7  ->  ......

References

About

6x8 monochrome bitmap font for ASCII printable characters.

License:GNU General Public License v3.0


Languages

Language:C 100.0%