mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-04 13:14:46 +02:00
Update TFT_eSPI_ESP32_S3.h
This commit is contained in:
@@ -7,10 +7,6 @@
|
|||||||
#ifndef _TFT_eSPI_ESP32H_
|
#ifndef _TFT_eSPI_ESP32H_
|
||||||
#define _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()
|
// Processor ID reported by getSetup()
|
||||||
#define PROCESSOR_ID 0x32
|
#define PROCESSOR_ID 0x32
|
||||||
|
|
||||||
@@ -110,6 +106,10 @@ SPI3_HOST = 2
|
|||||||
#endif
|
#endif
|
||||||
#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
|
// Processor specific code used by SPI bus transaction startWrite and endWrite functions
|
||||||
#if !defined (ESP32_PARALLEL)
|
#if !defined (ESP32_PARALLEL)
|
||||||
#define _spi_cmd (volatile uint32_t*)(SPI_CMD_REG(SPI_PORT))
|
#define _spi_cmd (volatile uint32_t*)(SPI_CMD_REG(SPI_PORT))
|
||||||
|
Reference in New Issue
Block a user