Implemented CrowPanel Basic 3.5" (#232)

This commit is contained in:
Ken Van Hoeylandt
2025-02-22 22:43:49 +01:00
committed by GitHub
parent b14887d5fb
commit 70d36131f6
14 changed files with 331 additions and 0 deletions
+9
View File
@@ -45,6 +45,15 @@ jobs:
with:
board_id: elecrow-crowpanel-basic-28
arch: esp32
elecrow-crowpanel-basic-35:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: elecrow-crowpanel-basic-35
arch: esp32
lilygo-tdeck:
runs-on: ubuntu-latest
steps: