From 982fce920791e43a8296354d12b989b1102bb887 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Wed, 23 Jul 2025 23:09:56 +0200 Subject: [PATCH] Project updates for Lilygo T-Lora Pager (#299) - Updated build scripts for manual release - Updated GitHub Actions - Added reference to [esp32s3-gc9a01-lvgl](https://github.com/UsefulElectronics/esp32s3-gc9a01-lvgl) in `COPYRIGHT.md` --- .github/workflows/build-firmware.yml | 9 +++++++++ Buildscripts/build-and-release-all.sh | 3 +++ COPYRIGHT.md | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/.github/workflows/build-firmware.yml b/.github/workflows/build-firmware.yml index 2e8f4434..b83f578f 100644 --- a/.github/workflows/build-firmware.yml +++ b/.github/workflows/build-firmware.yml @@ -126,6 +126,15 @@ jobs: with: board_id: lilygo-tdeck arch: esp32s3 + lilygo-tlora-pager: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: "Build" + uses: ./.github/actions/build-firmware + with: + board_id: lilygo-tlora-pager + arch: esp32s3 m5stack-core2: runs-on: ubuntu-latest steps: diff --git a/Buildscripts/build-and-release-all.sh b/Buildscripts/build-and-release-all.sh index db6229d3..8472761c 100755 --- a/Buildscripts/build-and-release-all.sh +++ b/Buildscripts/build-and-release-all.sh @@ -35,6 +35,9 @@ release elecrow-crowpanel-basic-50 build lilygo-tdeck release lilygo-tdeck +build lilygo-tlora-pager +release lilygo-tlora-pager + releaseSdk release/TactilitySDK-esp32s3 build cyd-2432s024c diff --git a/COPYRIGHT.md b/COPYRIGHT.md index 381a1d5d..943b3a4e 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -59,6 +59,12 @@ Website: https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE License: [MIT](https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE) +### esp32s3-gc9a01-lvgl + +Website: https://github.com/UsefulElectronics/esp32s3-gc9a01-lvgl + +License: [Explicitly granted by author](https://github.com/ByteWelder/Tactility/pull/295#discussion_r2226215423) + ### Other Components See `/components` for the respective projects and their licenses.