mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2026-07-28 04:16:01 +00:00
Add PyPortal Titano to the list of DMA-enabled boards
This commit is contained in:
+2
-1
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user