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
After upgrading from esp-hal v0.22.0 to v0.23.0, the code using LCD stopped working: there are no errors reported but the screen stays inactive. After bisecting esp-hal, I found that the cause of the issue is #2544. Adding the following line of code at the beginning of LcdCam::new solves the issue:
Bug description
After upgrading from esp-hal v0.22.0 to v0.23.0, the code using LCD stopped working: there are no errors reported but the screen stays inactive. After bisecting esp-hal, I found that the cause of the issue is #2544. Adding the following line of code at the beginning of
LcdCam::new
solves the issue:Diff:
Environment
The text was updated successfully, but these errors were encountered: