TFT_eSPI icon indicating copy to clipboard operation
TFT_eSPI copied to clipboard

Update TFT_eSPI_ESP32.h

Open hongthiet1994 opened this issue 3 years ago • 2 comments

fix bug using tft parallel esp32 and uart togerther

hongthiet1994 avatar Jun 30 '22 08:06 hongthiet1994

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

hongthiet1994 avatar Jun 30 '22 08:06 hongthiet1994

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.

Bodmer avatar Jul 19 '22 12:07 Bodmer

Please provide example code that demonstrates the problem. I am unable to reproduce this error.

Bodmer avatar Oct 12 '22 21:10 Bodmer

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.

Bodmer avatar Oct 13 '22 00:10 Bodmer