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
If you specify the RST line, it is configured in init, but the reset() function is never called from _init() or indeed anywhere else, leaving the RST line driven low - ie, display is in reset.
You can't neatly work around this by calling reset() from your code, because it will happen after the SPI setup commands have been sent.
The fix would be to call reset() at the top of _init() in the driver.
The text was updated successfully, but these errors were encountered:
If you specify the RST line, it is configured in init, but the reset() function is never called from _init() or indeed anywhere else, leaving the RST line driven low - ie, display is in reset.
You can't neatly work around this by calling reset() from your code, because it will happen after the SPI setup commands have been sent.
The fix would be to call reset() at the top of _init() in the driver.
The text was updated successfully, but these errors were encountered: