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
I'm using the 128x128 OLED monochrome display and the SH1107 library appears to have some issues with that product. The new display address is 0x3D, and obviously WIDTH=128 HEIGHT=128. However there are strange artifacts when running the 'random_motion.py' example with those changes:
The updated label appears 'below' the previously drawn tilegrids.
The screen redraw includes either previous background pixels or random data.
Eventually the 'random_motion' example crashes in [refresh_display]->[refresh_area]->[send_pixels]
I'm going to move this to Adafruit_Blinka_Displayio as the issue is probably there. That library hasn't been as thoroughly tested as CircuitPython. If I find that the issue happens in CP as well, we can move it back.
makermelissa
transferred this issue from adafruit/Adafruit_CircuitPython_DisplayIO_SH1107
Apr 18, 2024
I'm using the 128x128 OLED monochrome display and the SH1107 library appears to have some issues with that product. The new display address is 0x3D, and obviously WIDTH=128 HEIGHT=128. However there are strange artifacts when running the 'random_motion.py' example with those changes:
Environment: Raspberry Pi 4, 1GB, Raspbian 'bullseye' 64-bit, linux 6.1.21-v8+
Adafruit library versions:
adafruit-blinka-displayio 2.0.3
adafruit-circuitpython-bitmap-font 2.1.1
adafruit-circuitpython-busdevice 5.2.6
adafruit-circuitpython-connectionmanager 1.0.1
adafruit-circuitpython-display-text 3.1.0
adafruit-circuitpython-displayio-sh1107 1.7.0
adafruit-circuitpython-lsm6ds 4.5.12
adafruit-circuitpython-pixelbuf 2.0.4
adafruit-circuitpython-register 1.9.18
adafruit-circuitpython-requests 3.2.2
adafruit-circuitpython-seesaw 1.16.3
adafruit-circuitpython-typing 1.10.3
adafruit-circuitpython-veml7700 2.0.0
The text was updated successfully, but these errors were encountered: