Add PyPortal Titano to the list of DMA-enabled boards

This commit is contained in:
Phillip Burgess
2021-03-26 18:12:40 -07:00
parent 9999f527a0
commit 221bb41cd2
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ typedef volatile ADAGFX_PORT_t *PORTreg_t; ///< PORT register type
#define DEFAULT_SPI_FREQ 16000000L ///< Hardware SPI default speed
#endif
#if defined(ADAFRUIT_PYPORTAL) || defined(ADAFRUIT_PYBADGE_M4_EXPRESS) || \
#if defined(ADAFRUIT_PYPORTAL) || defined(ADAFRUIT_PYPORTAL_M4_TITANO) || \
defined(ADAFRUIT_PYBADGE_M4_EXPRESS) || \
defined(ADAFRUIT_PYGAMER_M4_EXPRESS) || \
defined(ADAFRUIT_MONSTER_M4SK_EXPRESS) || defined(NRF52_SERIES) || \
defined(ADAFRUIT_CIRCUITPLAYGROUND_M0)
+1 -1
View File
@@ -1,5 +1,5 @@
name=Adafruit GFX Library
version=1.10.6
version=1.10.7
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.