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
Aleksei, thank you for the ssd1306 library. Very capable and useful!
There appears to be a hang in the AVR TWI communications when a display is absent e.g. disconnected from the microcontroller. Removing one line, referenced below, which increments an iteration counter that is meant to decrement, solves the issue for me.
Aleksei, thank you for the ssd1306 library. Very capable and useful!
There appears to be a hang in the AVR TWI communications when a display is absent e.g. disconnected from the microcontroller. Removing one line, referenced below, which increments an iteration counter that is meant to decrement, solves the issue for me.
ssd1306/src/intf/i2c/ssd1306_i2c_twi.c
Line 79 in a962410
Gratefully,
Tim
The text was updated successfully, but these errors were encountered: