From 0dc68c45b8841b38216bd0f22170b15d797b4202 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 6 Feb 2022 15:53:00 +0100 Subject: [PATCH] Update TFT_eSPI_RP2040.h --- Processors/TFT_eSPI_RP2040.h | 4 ++++ 1 file changed, 4 insertions(+) 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 ////////////////////////////////////////////////////////////////////////////////////////