adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
133 stars 52 forks source link

Fix error when RPi Pico U2IF used with Blinka #93

Closed MichaByte closed 3 years ago

MichaByte commented 3 years ago

Discussion about this issue is here

caternuson commented 3 years ago

This seemed to fix it for me. If you revert any changes you made to Blinka (so you don't do the byte cast there, like your other PR), does this fix the issue for you also?

MichaByte commented 3 years ago

Yes, it does seem to work.

caternuson commented 3 years ago

Excellent. Thanks for the fix!