Forráskód Böngészése

try manually installing ili9341

lady ada 5 éve
szülő
commit
32439f79dc
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      .github/workflows/githubci.yml
  2. 1 1
      library.properties

+ 4 - 0
.github/workflows/githubci.yml

@@ -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
 

+ 1 - 1
library.properties

@@ -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