From 9ff32bf50103a858b8ac81501c2dfac77087b470 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 4 Feb 2022 10:54:47 +0000 Subject: [PATCH] Resolve compile error for STM32F parallel interface --- Processors/TFT_eSPI_STM32.h | 4 ++++ 1 file changed, 4 insertions(+) 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 ////////////////////////////////////////////////////////////////////////////////////////