Skip to content

Commit

Permalink
CYD-2432S024R port fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Jan 14, 2025
1 parent 652211b commit 8ce9d45
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/buil_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ jobs:
family: "ESP32",
partitions: { bootloader_addr: "0x1000" },
}
- {
vendor: "CYD",
name: "CYD-2432S024R",
env: "CYD-2432S024R",
family: "ESP32",
partitions: { bootloader_addr: "0x1000" },
}
- {
vendor: "CYD",
name: "CYD-2432S028_Launcher",
Expand Down
18 changes: 18 additions & 0 deletions boards/CYD-2432S028.ini
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,22 @@ build_flags =
${env:CYD-2432W328C.build_flags}
-DLITE_VERSION=1




[env:CYD-2432S024R] # CYD-2432S024R
extends = env:CYD-2432S028
build_flags =
${env:CYD-2432S028.build_flags}
;-DTFT_INVERSION_ON TFT is not color inverted
-DTFT_BL=27

;TouchScreen Controller
-DHAS_TOUCH=1
-DXPT2046_IRQ=36
-DXPT2046_MOSI=13
-DXPT2046_MISO=12
-DXPT2046_CLK=14
-DXPT2046_CS=33

################################# END OF CYD MODELS ####################################################

0 comments on commit 8ce9d45

Please sign in to comment.