Description
Running Liz "I voted" badge on the Feather RP2040 and a FeatherWing 128x32 (I2C) I get garbage on the screen.
A video: https://photos.app.goo.gl/RrA6ntgNwnJnfuS16
All libraries are up to date and run the latest firmware.
The same screen on any of my other Feather does work with the same code.
I believe I have had the same issue with a pico and manual wiring to the FeatherWing.
Other piece of code driving that screen on the Feather RP2040 did not display that kind of problem (but maybe I was getting strange CO2 reading from my SCD-30 (it was saying 2000+ but more in the 1000+ with another Feather).
I suspect some I2C issues... I would love to see someone with the same hardware reproduce that (to make sure it is not me or my hardware).
Found device at D:, running CircuitPython 6.2.0-beta.4-84-gc81007afb.
adafruit_debouncer==1.3.10
adafruit_displayio_ssd1306==1.3.1
adafruit_bitmap_font==1.3.7
adafruit_display_text==2.17.0
All is up to date.