-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
CircuitPython version
Adafruit CircuitPython 8.0.0-rc.1 on 2023-01-30; Adafruit LED Glasses Driver nRF52840 with nRF52840
and
Adafruit CircuitPython 7.3.3 on 2022-08-29; Adafruit LED Glasses Driver nRF52840 with nRF52840
Code/REPL
Example code from here:
https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741/blob/main/examples/is31fl3741_native.py
Behavior
On CircuitPython 7.3.3 the example program runs as expected producing yellow scrolling text and blue ring animations on the glasses.
On CircuitPython 8.0.0-rc.1 The same program produces different results. The blue ring animations seem to work mostly as expected, but the text is not rendering correct. It's getting all jumbled up and different colors. You can tell it's drawing "something" and moving it by changing it's x position, but the thing it draws is not recognizeable to me. It looks lik e the pixels got jumbled up or corrupted during communication to the driver chip possibly.
Description
No response
Additional information
I will work on bisecting versions to try to figure out more specifically when this changed between 7 and 8. Right now I've only tried 7.3.3 and 8.0.0-rc.1