Update TFT_eSPI_STM32.h
This commit is contained in:
parent
f576040a32
commit
de3c7490c2
|
|
@ -22,10 +22,6 @@
|
||||||
#define SUPPORT_TRANSACTIONS
|
#define SUPPORT_TRANSACTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef tft_Write_16N
|
|
||||||
#define tft_Write_16N tft_Write_16
|
|
||||||
#endif
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Define the parallel bus interface chip pin drive code
|
// Define the parallel bus interface chip pin drive code
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
@ -1066,6 +1062,10 @@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef tft_Write_16N
|
||||||
|
#define tft_Write_16N tft_Write_16
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Macros to read from display using SPI or software SPI
|
// Macros to read from display using SPI or software SPI
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue