You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the depth is less than 8, the data inside the bitmap is saved right to left instead of left to right. This makes writing image loaders harder, as we have to consider every depth separately, instead of just dumping the image data into the bitmap.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
I don't think this is intentional. My brain hurt after writing all that code. I'd be happy to merge in a change for this. I agree it should be consistent.
Add a workaround for bug adafruit/circuitpython#6675
and use bitmap[x, y] instead of putting data into the bitmap directly
through the memoryview for bit depths < 8.
CircuitPython version
Code/REPL
Behavior
When the depth is less than 8, the data inside the bitmap is saved right to left instead of left to right. This makes writing image loaders harder, as we have to consider every depth separately, instead of just dumping the image data into the bitmap.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: