Shadowtrance board implementations (#241)
Adapted from pull request https://github.com/ByteWelder/Tactility/pull/238 - JC2432W328C - ST7789 - CST820 (816) 240x320 - 2.8 inch - ESP32-8048S043C - ST7262 - GT911 800x480 - 4.3 inch - JC8048W550C - ST7262 - GT911 800x480 - 5 inch
This commit is contained in:
committed by
GitHub
parent
85a6ad3bbe
commit
778e003d4d
@@ -90,3 +90,30 @@ jobs:
|
||||
with:
|
||||
board_id: unphone
|
||||
arch: esp32s3
|
||||
cyd-jc2432w328c:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Build"
|
||||
uses: ./.github/actions/build-firmware
|
||||
with:
|
||||
board_id: cyd-jc2432w328c
|
||||
arch: esp32
|
||||
cyd-8048S043c:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Build"
|
||||
uses: ./.github/actions/build-firmware
|
||||
with:
|
||||
board_id: cyd-8048S043c
|
||||
arch: esp32s3
|
||||
cyd-jc8048w550c:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Build"
|
||||
uses: ./.github/actions/build-firmware
|
||||
with:
|
||||
board_id: cyd-jc8048w550c
|
||||
arch: esp32s3
|
||||
|
||||
Reference in New Issue
Block a user