From 2ee3f36f684f0825a1a855983390d612fa4debac Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 9 Feb 2022 14:00:13 +0000 Subject: [PATCH] Update TFT_eSPI_ESP8266.h --- Processors/TFT_eSPI_ESP8266.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/TFT_eSPI_ESP8266.h b/Processors/TFT_eSPI_ESP8266.h index 608b844..f2cb442 100644 --- a/Processors/TFT_eSPI_ESP8266.h +++ b/Processors/TFT_eSPI_ESP8266.h @@ -44,8 +44,8 @@ #undef TFT_PARALLEL_8_BIT #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 ////////////////////////////////////////////////////////////////////////////////////////