diff --git a/scripts/make_splash.py b/scripts/make_splash.py index f7dff8b..b59471e 100755 --- a/scripts/make_splash.py +++ b/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: