mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2026-07-28 04:16:01 +00:00
Replaced the "GFX DMA IS ENABLED" pragma message (#238)
* Update Adafruit_SPITFT.cpp * Update Adafruit_SPITFT.h
This commit is contained in:
committed by
Limor "Ladyada" Fried
parent
fb2757d5fb
commit
bb020872cd
@@ -51,6 +51,7 @@
|
||||
#endif // end PORT_IOBUS
|
||||
|
||||
#if defined(USE_SPI_DMA)
|
||||
#pragma message ("GFX DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
|
||||
#include <Adafruit_ZeroDMA.h>
|
||||
#include "wiring_private.h" // pinPeripheral() function
|
||||
#include <malloc.h> // memalign() function
|
||||
|
||||
@@ -87,7 +87,6 @@ typedef volatile ADAGFX_PORT_t* PORTreg_t; ///< PORT register type
|
||||
#endif
|
||||
|
||||
#if defined(USE_SPI_DMA)
|
||||
#pragma message ("GFX DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
|
||||
#include <Adafruit_ZeroDMA.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user