Skip to content

Commit 3e68289

Browse files
committed
Delete unnecesary line
1 parent fd43f34 commit 3e68289

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_bitmapsaver.py

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def _write_pixels(output_file, pixel_source, palette):
9191
color >>= 8
9292
buffer_index += 1
9393
else:
94-
result_buffer = bytearray(2048)
9594
data = pixel_source.fill_row(y - 1, result_buffer)
9695
for i in range(width):
9796
pixel565 = (data[i * 2] << 8) + data[i * 2 + 1]

0 commit comments

Comments
 (0)