From 2b194b83286424408694bd9b230b816736fd6c5f Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Aug 2014 11:41:40 +0200 Subject: added simple binary font data --- binfont.src | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 binfont.src (limited to 'binfont.src') 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 + -- cgit v1.2.3