adafruit / Adafruit_CircuitPython_DisplayIO_Layout

A Circuitpython helper library for display element layout using displayio.
MIT License
10 stars 14 forks source link

fix OnDiskBitmap pixel_shader #41

Closed FoamyGuy closed 3 years ago

FoamyGuy commented 3 years ago

These changes are needed to support the new behavior of OnDiskBitmap from this PR: https://github.com/adafruit/circuitpython/pull/4823

Without these changes it causes IconAnimated and IconWidget to not be able to show the icons properly if they have on_disk=True parameter.