From a4a149405fc2e8e3e4c969dcfb0274ae1781e430 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 9 Feb 2022 13:59:00 +0000 Subject: [PATCH] Update TFT_eSPI_ESP32.h --- Processors/TFT_eSPI_ESP32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/TFT_eSPI_ESP32.h b/Processors/TFT_eSPI_ESP32.h index a6b583a..c877df6 100644 --- a/Processors/TFT_eSPI_ESP32.h +++ b/Processors/TFT_eSPI_ESP32.h @@ -38,8 +38,8 @@ #define SUPPORT_TRANSACTIONS #endif -#ifndef tft_Write_16N(C) - #define tft_Write_16N(C) tft_Write_16(C) +#ifndef tft_Write_16N + #define tft_Write_16N tft_Write_16 #endif /*