aarón montoya-moraga 4 лет назад
Родитель
Сommit
28e7e59a70
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/make_splash.py

+ 1 - 1
scripts/make_splash.py

@@ -17,7 +17,7 @@ def main(fn, id):
       if x == 0:
         print("  ", end='')
       if x % 8 == 0:
-        print("B", end='')
+        print("0b", end='')
 
       bit = '0'
       if x < image.width and image.getpixel((x,y)) != 0: