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.
This commit is contained in:
parent
73d8b794ed
commit
6711660350
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue