Skip to content

Commit 28e7e59

Browse files
change B to 0b
1 parent 83399e1 commit 28e7e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_splash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main(fn, id):
1717
if x == 0:
1818
print(" ", end='')
1919
if x % 8 == 0:
20-
print("B", end='')
20+
print("0b", end='')
2121

2222
bit = '0'
2323
if x < image.width and image.getpixel((x,y)) != 0:

0 commit comments

Comments
 (0)