Skip to content

Commit f45bd3f

Browse files
authored
Create waveshare_esp32s3_touch_lcd_128.json
1 parent 36f389e commit f45bd3f

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"memory_type": "qio_qspi",
5+
"partitions": "default.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_WAVESHARE_ESP32S3_TOUCH_LCD_128",
10+
"-DARDUINO_USB_MODE=1",
11+
"-DARDUINO_RUNNING_CORE=1",
12+
"-DARDUINO_EVENT_RUNNING_CORE=1",
13+
"-DBOARD_HAS_PSRAM"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "qio",
18+
"hwids": [
19+
[
20+
"0x1a86",
21+
"0x55d3"
22+
]
23+
],
24+
"mcu": "esp32s3",
25+
"variant": "waveshare_esp32s3_touch_lcd_128"
26+
},
27+
"connectivity": [
28+
"bluetooth",
29+
"wifi"
30+
],
31+
"debug": {
32+
"default_tool": "esp-builtin",
33+
"onboard_tools": [
34+
"esp-builtin"
35+
],
36+
"openocd_target": "esp32s3.cfg"
37+
},
38+
"frameworks": [
39+
"arduino",
40+
"espidf"
41+
],
42+
"name": "Waveshare ESP32-S3-Touch-LCD-1.28 (16 MB QD, 2MB PSRAM)",
43+
"upload": {
44+
"flash_size": "16MB",
45+
"maximum_ram_size": 327680,
46+
"maximum_size": 16777216,
47+
"require_upload_port": true,
48+
"speed": 921600
49+
},
50+
"url": "https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28",
51+
"vendor": "Waveshare"
52+
}

0 commit comments

Comments
 (0)