From 7aea8d20ec8816759c8439fc39d90579fc37e18b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Aug 2014 23:10:04 +0200 Subject: cleanup and switched logging to vesa mode console! --- makefont.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefont.py') 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="" -- cgit v1.2.3