diff options
Diffstat (limited to 'binfont.src')
| -rw-r--r-- | binfont.src | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/binfont.src b/binfont.src new file mode 100644 index 0000000..cd0a076 --- /dev/null +++ b/binfont.src @@ -0,0 +1,29 @@ +// All letters are made from ones and zeros and eight * ten bits +// do not use zeros and ones in this file!! apart of the patterns of +// course +// A + +11111111 +11111111 +11000011 +11000011 +11111111 +11111111 +11000011 +11000011 +11000011 +11000011 + +// B + +11111000 +11111110 +11000111 +11000011 +11111110 +11111110 +11000011 +11000111 +11111110 +11111000 + |
