Update TFT_eSPI.cpp

This commit is contained in:
fvanroie 2020-12-04 17:11:15 +01:00 committed by GitHub
parent ad0130309c
commit 77f58f3323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ inline void TFT_eSPI::begin_tft_write(void){
locked = false; locked = false;
spi.beginTransaction(SPISettings(SPI_FREQUENCY, MSBFIRST, TFT_SPI_MODE)); spi.beginTransaction(SPISettings(SPI_FREQUENCY, MSBFIRST, TFT_SPI_MODE));
CS_L; CS_L;
SET_BUS_WRITE_MODE SET_BUS_WRITE_MODE;
} }
#else #else
CS_L; CS_L;