We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839047 commit 1991606Copy full SHA for 1991606
adafruit_framebuf.py
@@ -73,7 +73,7 @@ def fill(framebuf, color):
73
else:
74
fill = 0x00
75
76
- framebuf.buf = [ fill for i in range(len(framebuf.buf)) ]
+ framebuf.buf = [fill for i in range(len(framebuf.buf))]
77
78
@staticmethod
79
def rect(framebuf, x, y, width, height, color):
0 commit comments