mirror of
https://github.com/adafruit/Adafruit_SSD1306.git
synced 2026-07-27 20:05:50 +00:00
change B to 0b
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user