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`
This commit is contained in:
Ken Van Hoeylandt 2025-07-23 23:09:56 +02:00 committed by GitHub
parent 00b62a2831
commit 982fce9207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View File

@ -126,6 +126,15 @@ jobs:
with: with:
board_id: lilygo-tdeck board_id: lilygo-tdeck
arch: esp32s3 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: m5stack-core2:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -35,6 +35,9 @@ release elecrow-crowpanel-basic-50
build lilygo-tdeck build lilygo-tdeck
release lilygo-tdeck release lilygo-tdeck
build lilygo-tlora-pager
release lilygo-tlora-pager
releaseSdk release/TactilitySDK-esp32s3 releaseSdk release/TactilitySDK-esp32s3
build cyd-2432s024c build cyd-2432s024c

View File

@ -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) 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 ### Other Components
See `/components` for the respective projects and their licenses. See `/components` for the respective projects and their licenses.