Skip to content

Commit b2827a2

Browse files
author
Pascal Deneaux
authored
Update adafruit_framebuf.py
this indentation is driving me crazy.
1 parent efc7d05 commit b2827a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_framebuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def scroll(self, delta_x, delta_y):
274274
x = shift_x
275275
while x != xend:
276276
self.format.set_pixel(
277-
self, x, y, self.format.get_pixel(self, x - delta_x, y - delta_y))
277+
self, x, y, self.format.get_pixel(self, x - delta_x, y - delta_y))
278278
x += dt_x
279279
y += dt_y
280280

0 commit comments

Comments
 (0)