From 36709496583101afd18369bf92178f6f3c3b96b3 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Mon, 30 Jan 2023 20:13:57 +0000 Subject: [PATCH] Update TFT_eSPI_ESP32_S3.h --- Processors/TFT_eSPI_ESP32_S3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Processors/TFT_eSPI_ESP32_S3.h b/Processors/TFT_eSPI_ESP32_S3.h index 2c366df..b74509a 100644 --- a/Processors/TFT_eSPI_ESP32_S3.h +++ b/Processors/TFT_eSPI_ESP32_S3.h @@ -7,10 +7,6 @@ #ifndef _TFT_eSPI_ESP32H_ #define _TFT_eSPI_ESP32H_ -#if !defined(DISABLE_ALL_LIBRARY_WARNINGS) - #warning >>>>------>> DMA is not supported on the ESP32 S3 (possible future update) -#endif - // Processor ID reported by getSetup() #define PROCESSOR_ID 0x32 @@ -110,6 +106,10 @@ SPI3_HOST = 2 #endif #endif +#if !defined(DISABLE_ALL_LIBRARY_WARNINGS) && defined (ESP32_PARALLEL) + #warning >>>>------>> DMA is not supported in parallel mode +#endif + // Processor specific code used by SPI bus transaction startWrite and endWrite functions #if !defined (ESP32_PARALLEL) #define _spi_cmd (volatile uint32_t*)(SPI_CMD_REG(SPI_PORT))