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
When using the adafruit 1.12" OLED board with this library flickering is observed. I've checked the library and can't see any obvious issues. Other threads have covered SH110X_SETMULTIPLEX being a potential issue yet with 0x3F and 0x7F the display is still seen to flicker. I would expect this issue is being caused by the SH1107 having a frame-rate rather than holding the pixels constant. I also tried playing around with SH110X_SETDISPLAYCLOCKDIV to no avail.
I don't really care that the refreshing is occurring and is visible by a camera. What I do care about is the strange effect created by physically moving the device.
Two questions:
Is it possible to disable the constant refreshing (assumedly caused by the SH1107 itself)?
Is this an issue with the library or an inherent issue with how the SH1107 works?
Any other solutions?
Adafruit SH1107 128x128 board flickering.
When using the adafruit 1.12" OLED board with this library flickering is observed. I've checked the library and can't see any obvious issues. Other threads have covered SH110X_SETMULTIPLEX being a potential issue yet with 0x3F and 0x7F the display is still seen to flicker. I would expect this issue is being caused by the SH1107 having a frame-rate rather than holding the pixels constant. I also tried playing around with SH110X_SETDISPLAYCLOCKDIV to no avail.
I don't really care that the refreshing is occurring and is visible by a camera. What I do care about is the strange effect created by physically moving the device.
Two questions:
Is it possible to disable the constant refreshing (assumedly caused by the SH1107 itself)?
Is this an issue with the library or an inherent issue with how the SH1107 works?
Any other solutions?
Video of issue:
https://github.com/user-attachments/assets/db479ffc-86a6-4824-91d1-2b669e004c5d
The text was updated successfully, but these errors were encountered: