diff --git a/src/lgfx/v1/panel/Panel_IT8951.cpp b/src/lgfx/v1/panel/Panel_IT8951.cpp index d3beaef..325ffd4 100644 --- a/src/lgfx/v1/panel/Panel_IT8951.cpp +++ b/src/lgfx/v1/panel/Panel_IT8951.cpp @@ -359,6 +359,7 @@ IT8951 Registers defines // line must still fail out here rather than hang forever. if (!_wait_busy_pin()) { + cs_control(true); return false; } _bus->writeData(buf, 16);