diff --git a/Processors/TFT_eSPI_RP2040.h b/Processors/TFT_eSPI_RP2040.h index f863aa8..13110cb 100644 --- a/Processors/TFT_eSPI_RP2040.h +++ b/Processors/TFT_eSPI_RP2040.h @@ -107,6 +107,10 @@ #include #endif +#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 ////////////////////////////////////////////////////////////////////////////////////////