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 e74fe84 commit 869c38dCopy full SHA for 869c38d
adafruit_imageload/bmp/indexed.py
@@ -99,9 +99,9 @@ def load(
99
)
100
except TypeError:
101
# catch unexpected argument, try python read code.
102
- # this can be removed after a release is made that
103
- # includes bitmapttools.readinto() with all arguments
104
- # used above.
+ # This issue affects only CircuitPython 6.2.0-beta.4.
+ # The try/except block here should be removed when
+ # a newer release is made.
105
chunk = bytearray(line_size)
106
for y in range(range1, range2, range3):
107
file.readinto(chunk)
0 commit comments