From 6711660350c8e39bcc4d99b9a7c09f503ab9b874 Mon Sep 17 00:00:00 2001 From: melektron Date: Mon, 15 Aug 2022 17:45:01 +0200 Subject: [PATCH] Re-Added possibly necessary CS_H statement This was removed in the previous commit as it was seen unnecessary but I am unable to confirm if it works without it and it should not do any harm to leave it in as it has worked for other people. --- TFT_eSPI.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TFT_eSPI.cpp b/TFT_eSPI.cpp index 96365c7..38e8cd6 100644 --- a/TFT_eSPI.cpp +++ b/TFT_eSPI.cpp @@ -1158,6 +1158,8 @@ uint16_t TFT_eSPI::readPixel(int32_t x0, int32_t y0) #endif */ + CS_H; + #ifdef TFT_SDA_READ end_SDA_Read(); #endif