diff --git a/Processors/TFT_eSPI_STM32.h b/Processors/TFT_eSPI_STM32.h index f2cd345..6577ca7 100644 --- a/Processors/TFT_eSPI_STM32.h +++ b/Processors/TFT_eSPI_STM32.h @@ -22,6 +22,10 @@ #define SUPPORT_TRANSACTIONS #endif +#ifndef tft_Write_16N(C) + #define tft_Write_16N(C) tft_Write_16(C) +#endif + //////////////////////////////////////////////////////////////////////////////////////// // Define the parallel bus interface chip pin drive code ////////////////////////////////////////////////////////////////////////////////////////