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
importtimeimportboardimportdisplayioimportadafruit_displayio_sh1107displayio.release_displays()
# oled_reset = board.D9# Use for I2Ci2c=board.I2C()
display_bus=displayio.I2CDisplay(i2c, device_address=0x3C)
# SH1107 is vertically oriented 64x128WIDTH=128HEIGHT=64BORDER=2display=adafruit_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT)
whileTrue:
print(time.time())
time.sleep(1)
Behavior
The display is garbled or does not update
Description
I manually determined that this appears to be introduced by c1c101c (#4864), which changed addressing to support the sh1106g on the MacroPad.
Additional information
Note that when switching from a working revision to a non-working one, the display may seem to retain its prior content and trick you into thinking all is well.
The text was updated successfully, but these errors were encountered:
CircuitPython version
Code/REPL
Behavior
The display is garbled or does not update
Description
I manually determined that this appears to be introduced by c1c101c (#4864), which changed addressing to support the sh1106g on the MacroPad.
Additional information
Note that when switching from a working revision to a non-working one, the display may seem to retain its prior content and trick you into thinking all is well.
The text was updated successfully, but these errors were encountered: