mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-11 00:24:44 +02:00
Correct missing ;
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user