Commit 7f98aeb6 authored by Bodmer's avatar Bodmer

Bug fix for Issue #114

The ESP32 now works OK with the RPi display.
parent d9d5625e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment