summaryrefslogtreecommitdiff
path: root/binfont.src
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-27 11:41:40 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-27 11:41:40 +0200
commit2b194b83286424408694bd9b230b816736fd6c5f (patch)
treee35834b8989158825d96285aae40e9fecd34c856 /binfont.src
parent13dd8822cf60ad30fb346bbb0dfa6875e3abd46a (diff)
added simple binary font data
Diffstat (limited to 'binfont.src')
-rw-r--r--binfont.src29
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
+