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 8b2ff99 commit b634826Copy full SHA for b634826
adafruit_bitmapsaver.py
@@ -79,7 +79,6 @@ def _write_pixels(output_file, pixel_source, palette):
79
saving_bitmap = isinstance(pixel_source, Bitmap)
80
width, height = _rotated_height_and_width(pixel_source)
81
row_buffer = bytearray(_bytes_per_row(width))
82
- result_buffer = bytearray(2048)
83
for y in range(height, 0, -1):
84
buffer_index = 0
85
if saving_bitmap:
0 commit comments