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.