summaryrefslogtreecommitdiff
path: root/makefont.py
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-27 23:10:04 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-27 23:10:04 +0200
commit7aea8d20ec8816759c8439fc39d90579fc37e18b (patch)
treef59d354ea1ad128929e0e810da0fa78bab00537b /makefont.py
parentd680d4c641c085e7a31d19fe2d01f528e96d2ced (diff)
cleanup and switched logging to vesa mode console!
Diffstat (limited to 'makefont.py')
-rw-r--r--makefont.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefont.py b/makefont.py
index be3c072..5d5d419 100644
--- a/makefont.py
+++ b/makefont.py
@@ -24,7 +24,7 @@ while True:
b+="1"
if l==8:
- print b
+# print b
l=0
o.write(chr(int(b,2)))
b=""