feat: add Guition JC8048W550 display support (#185)

* Update readme

* Update README.md

* Add aliexpress links

* feat: add Guition JC8048W550 display support

* feat: adjust configuration for board

* feat: add option for jc8048w550 on page and in ci script

* fix: missing CYD_PORTS entry

---------

Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
This commit is contained in:
Evgeny Kapusta
2025-05-02 23:42:06 +02:00
committed by GitHub
parent 04a3b78b21
commit 5b7770246e
5 changed files with 213 additions and 10 deletions

2
ci.py
View File

@@ -12,6 +12,7 @@ CYD_PORTS = [
#"esp32-4827S043R-SD",
"esp32-CROWPANEL-28R",
"esp32-CROWPANEL-35C",
"esp32-JC8048W550",
]
ESP_S3_CHIPS = [
@@ -19,6 +20,7 @@ ESP_S3_CHIPS = [
"esp32-8048S043C-SD-alt",
"esp32-4827S043C-SD",
"esp32-CROWPANEL-35C",
"esp32-JC8048W550",
]
BASE_DIR = os.getcwd()