Bug fix for Issue #114

The ESP32 now works OK with the RPi display.
This commit is contained in:
Bodmer
2018-04-01 15:27:10 +01:00
parent d9d5625e48
commit 7f98aeb63f

View File

@@ -193,7 +193,7 @@
//#define RD_H digitalWrite(TFT_WR, HIGH)
#endif
#elif defined (SEND_16_BITS)
#elif defined (RPI_ILI9486_DRIVER)
#define tft_Write_8(C) SPI.transfer(0); SPI.transfer(C)
#define tft_Write_16(C) SPI.write16(C)
#define tft_Write_32(C) SPI.write32(C)