TFT_eSPI
TFT_eSPI copied to clipboard
Update TFT_eSPI_ESP32.h
fix bug using tft parallel esp32 and uart togerther
fix bug TFT_eSPI_ESP32.h:353:22: error: expected ')' before numeric constant TFT_eSPI_ESP32.h:353:22: error: expected initializer before numeric constant TFT_eSPI_ESP32.h:353:22: error: expected ')' before numeric constant
when use tft parallel 8 bit together with uart freeRTOS ESP32
Looks like a nameing clash specific to this case and the ESP32.
I will think on this further as there are other processor code blocks that use that same name.
Please provide example code that demonstrates the problem. I am unable to reproduce this error.
I have search and replaced the names throughout the library so you should find you do not get the error anymore. Thanks for raising this.