From e624cf420413bc5a2b7598977f79fb62266deb05 Mon Sep 17 00:00:00 2001 From: profezzorn Date: Thu, 26 Sep 2024 02:49:57 -0500 Subject: [PATCH] fix spidisplay timeouts --- display/spidisplay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/display/spidisplay.h b/display/spidisplay.h index d5f2a6a6a..9a3e84a03 100644 --- a/display/spidisplay.h +++ b/display/spidisplay.h @@ -203,11 +203,11 @@ struct ST7735 : public ST77XXCommands { > RCMD3; typedef ConcatByteArrays< - SLEEP<30>, + SLEEP<150>, SWRESET, SLEEP<150>, SLPOUT, - SLEEP<500>, + SLEEP<150>, FRMCTR1<0x01, 0x2C, 0x2D>, FRMCTR2<0x01, 0x2C, 0x2D>, FRMCTR3<0x01, 0x2C, 0x2D, 0x01, 0x2C, 0x2D>,