Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SH1107 artifacts on 128x128 prod=5297 #135

Open
ehopkins99 opened this issue Apr 18, 2024 · 1 comment
Open

SH1107 artifacts on 128x128 prod=5297 #135

ehopkins99 opened this issue Apr 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ehopkins99
Copy link

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]

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

@makermelissa
Copy link
Collaborator

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 makermelissa transferred this issue from adafruit/Adafruit_CircuitPython_DisplayIO_SH1107 Apr 18, 2024
@makermelissa makermelissa added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants