mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
try manually installing ili9341
This commit is contained in:
parent
d2b4b25559
commit
32439f79dc
4
.github/workflows/githubci.yml
vendored
4
.github/workflows/githubci.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
- name: pre-install
|
||||
run: bash ci/actions_install.sh
|
||||
|
||||
- name: extra libraries
|
||||
run: |
|
||||
git clone --quiet https://github.com/adafruit/Adafruit_ILI9341.git /home/runner/Arduino/libraries/Adafruit_ILI9341
|
||||
|
||||
- name: test platforms
|
||||
run: python3 ci/build_platform.py main_platforms
|
||||
|
||||
|
@ -7,4 +7,4 @@ paragraph=Install this library in addition to the display library for your hardw
|
||||
category=Display
|
||||
url=https://github.com/adafruit/Adafruit-GFX-Library
|
||||
architectures=*
|
||||
depends=Adafruit ILI9341, Adafruit BusIO
|
||||
depends=Adafruit BusIO
|
||||
|
Loading…
Reference in New Issue
Block a user