diff --git a/Processors/TFT_eSPI_Generic.h b/Processors/TFT_eSPI_Generic.h index 6517a8d..4a39856 100644 --- a/Processors/TFT_eSPI_Generic.h +++ b/Processors/TFT_eSPI_Generic.h @@ -36,7 +36,9 @@ //#include #endif -#define tft_Write_16N tft_Write_16 +#ifndef tft_Write_16N(C) + #define tft_Write_16N(C) tft_Write_16(C) +#endif //////////////////////////////////////////////////////////////////////////////////////// // Define the DC (TFT Data/Command or Register Select (RS))pin drive code