mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-20 21:23:25 +00:00
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:
2
ci.py
2
ci.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user