New waveshare boards + GC9A01 Display driver (#333)

This commit is contained in:
Shadowtrance
2025-09-14 20:12:56 +10:00
committed by GitHub
parent 095c8146c3
commit 7027da00b8
26 changed files with 746 additions and 0 deletions
+18
View File
@@ -207,3 +207,21 @@ jobs:
with:
board_id: waveshare-s3-touch-lcd-147
arch: esp32s3
waveshare-s3-touch-lcd-128:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: waveshare-s3-touch-lcd-128
arch: esp32s3
waveshare-s3-lcd-13:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: waveshare-s3-lcd-13
arch: esp32s3