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
There may be an issue when using an ESP8266 + a SH1106 OLED + an alphanumeric LCD display with i2c adapter, on same pins, but with different adresses. The behavior is somehow similar with issue138 -- both of them are updating only if there is a display.init() and lcd.begin() before any command.
Switching to brzo_i2c has disabled any updates to liquidCrystalDisplay.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There may be an issue when using an ESP8266 + a SH1106 OLED + an alphanumeric LCD display with i2c adapter, on same pins, but with different adresses. The behavior is somehow similar with issue138 -- both of them are updating only if there is a display.init() and lcd.begin() before any command.
Switching to brzo_i2c has disabled any updates to liquidCrystalDisplay.
But calling display.init() & lcd.begin() flickers the screen and worse, it crashes the ESP8266.
Any ideas/workarounds are greatly welcomed.
The text was updated successfully, but these errors were encountered: