mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
add DMA support for nrf52
This commit is contained in:
parent
c4e7aea568
commit
051fe67a0f
@ -1,6 +1,5 @@
|
||||
language: c
|
||||
sudo: false
|
||||
dist: "trusty"
|
||||
cache:
|
||||
directories:
|
||||
- ~/arduino_ide
|
||||
@ -12,6 +11,13 @@ env:
|
||||
global:
|
||||
- PRETTYNAME="Adafruit GFX Library"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
|
||||
before_install:
|
||||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name=Adafruit GFX Library
|
||||
version=1.5.7
|
||||
version=1.6.0
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user