mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-20 21:23:25 +00:00
* :) * Correct screen rotation * Remove brightness adjustment * Silence buzzer * Fixes from atomique
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"build": {
|
|
"arduino": {
|
|
"ldscript": "esp32s3_out.ld",
|
|
"partitions": "default_16MB.csv",
|
|
"memory_type": "qio_opi"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": [
|
|
"-DCYD_SCREEN_HEIGHT_PX=320",
|
|
"-DCYD_SCREEN_WIDTH_PX=480",
|
|
"-DCYD_SCREEN_GAP_PX=10",
|
|
"-DCYD_SCREEN_MIN_BUTTON_HEIGHT_PX=45",
|
|
"-DCYD_SCREEN_MIN_BUTTON_WIDTH_PX=45",
|
|
"-DCYD_SCREEN_FONT=lv_font_montserrat_16",
|
|
"-DCYD_SCREEN_FONT_SMALL=lv_font_montserrat_12",
|
|
"-DCYD_SCREEN_SIDEBAR_SIZE_PX=50",
|
|
"-DCYD_SCREEN_DRIVER_ESP32_CROWPANEL_35C=1",
|
|
"-DCYD_SCREEN_DISABLE_TOUCH_CALIBRATION=1"
|
|
],
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "qio",
|
|
"hwids": [
|
|
[
|
|
"0x303A",
|
|
"0x1001"
|
|
]
|
|
],
|
|
"mcu": "esp32s3",
|
|
"variant": "esp32s3"
|
|
},
|
|
"connectivity": [
|
|
"wifi"
|
|
],
|
|
"debug": {
|
|
"openocd_target": "esp32s3.cfg"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "esp32-8048S043C-SD",
|
|
"upload": {
|
|
"flash_size": "16MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 16777216,
|
|
"use_1200bps_touch": true,
|
|
"wait_for_upload_port": true,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"url": "https://www.elecrow.com/esp-terminal-with-esp32-3-5-inch-parallel-480x320-tft-capacitive-touch-display-rgb-by-chip-ili9488.html",
|
|
"vendor": "CROWPANEL"
|
|
} |