Skip to content

Commit 221bb41

Browse files
Add PyPortal Titano to the list of DMA-enabled boards
1 parent 9999f52 commit 221bb41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Adafruit_SPITFT.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ typedef volatile ADAGFX_PORT_t *PORTreg_t; ///< PORT register type
7171
#define DEFAULT_SPI_FREQ 16000000L ///< Hardware SPI default speed
7272
#endif
7373

74-
#if defined(ADAFRUIT_PYPORTAL) || defined(ADAFRUIT_PYBADGE_M4_EXPRESS) || \
74+
#if defined(ADAFRUIT_PYPORTAL) || defined(ADAFRUIT_PYPORTAL_M4_TITANO) || \
75+
defined(ADAFRUIT_PYBADGE_M4_EXPRESS) || \
7576
defined(ADAFRUIT_PYGAMER_M4_EXPRESS) || \
7677
defined(ADAFRUIT_MONSTER_M4SK_EXPRESS) || defined(NRF52_SERIES) || \
7778
defined(ADAFRUIT_CIRCUITPLAYGROUND_M0)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit GFX Library
2-
version=1.10.6
2+
version=1.10.7
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.

0 commit comments

Comments
 (0)