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
Forum issue regarding a small neopixel ring blocking the SH1107 FeatherWing from auto_refreshing.
When the led.show() for the Neopixel is commented out the OLED updates. If led.show() is left in the code the OLED stops updating within a few iterations.
The work around was to manually call display.refresh().
Working code provided. Comment out display.refresh() reproduces issue.
Forum issue regarding a small neopixel ring blocking the SH1107 FeatherWing from auto_refreshing.
When the led.show() for the Neopixel is commented out the OLED updates. If led.show() is left in the code the OLED stops updating within a few iterations.
The work around was to manually call display.refresh().
Working code provided. Comment out display.refresh() reproduces issue.
The text was updated successfully, but these errors were encountered: