Update TFT_eSPI_ESP32.h
This commit is contained in:
parent
48da363c68
commit
3b50740a29
|
|
@ -38,6 +38,10 @@
|
|||
#define SUPPORT_TRANSACTIONS
|
||||
#endif
|
||||
|
||||
#ifndef tft_Write_16N(C)
|
||||
#define tft_Write_16N(C) tft_Write_16(C)
|
||||
#endif
|
||||
|
||||
/*
|
||||
ESP32:
|
||||
FSPI not defined
|
||||
|
|
|
|||
Loading…
Reference in New Issue