Add missing library for CYD

This commit is contained in:
Just Call Me Koko
2025-04-25 17:46:36 -04:00
parent 8eab6bff81
commit 37290100e4

View File

@@ -93,6 +93,13 @@ jobs:
repository: Bodmer/TFT_eSPI
ref: V2.5.34
path: CustomTFT_eSPI
- name: Install XPT2046_Touchscreen
uses: actions/checkout@v2
with:
repository: PaulStoffregen/XPT2046_Touchscreen
ref: v1.4
path: CustomXPT2046_Touchscreen
- name: Install lv_arduino
uses: actions/checkout@v2