diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-27 23:10:04 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-27 23:10:04 +0200 |
| commit | 7aea8d20ec8816759c8439fc39d90579fc37e18b (patch) | |
| tree | f59d354ea1ad128929e0e810da0fa78bab00537b /makefont.py | |
| parent | d680d4c641c085e7a31d19fe2d01f528e96d2ced (diff) | |
cleanup and switched logging to vesa mode console!
Diffstat (limited to 'makefont.py')
| -rw-r--r-- | makefont.py | 2 |
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="" |
