-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdiagram.json
More file actions
50 lines (50 loc) · 1.82 KB
/
diagram.json
File metadata and controls
50 lines (50 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"version": 1,
"author": "Julien CAPOSIENA",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": -316.8,
"left": -71.96,
"attrs": { "flashSize": "16", "psramSize": "4" }
},
{
"type": "board-ili9341-cap-touch",
"id": "lcd1",
"top": -350,
"left": -400,
"attrs": { "flipVertical": "0", "flipHorizontal": "1" }
},
{
"type": "wokwi-microsd-card",
"id": "sd1",
"top": -431.77,
"left": -307.13,
"attrs": {}
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "esp:18", "sd1:SCK", "green", [ "h28.8", "v-182.39" ] ],
[ "esp:23", "sd1:DO", "orange", [ "h9.6", "v-134.4" ] ],
[ "esp:19", "sd1:DI", "gold", [ "h19.2", "v-153.6" ] ],
[ "esp:5", "sd1:CS", "gray", [ "h38.4", "v-163.2" ] ],
[ "esp:3V3", "sd1:VCC", "red", [ "h0.15", "v-96" ] ],
[ "esp:GND.2", "sd1:GND", "black", [ "v0" ] ],
[ "esp:13", "lcd1:MOSI", "gold", [ "h-124.65", "v144", "h-121.22" ] ],
[ "esp:12", "lcd1:MISO", "orange", [ "h-143.85", "v144", "h-73.22" ] ],
[ "esp:15", "lcd1:CS", "gray", [ "h9.6", "v163.2", "h-380.42" ] ],
[ "esp:14", "lcd1:SCK", "green", [ "h-134.25", "v163.2", "h-102.02" ] ],
[ "esp:3V3", "lcd1:VCC", "red", [ "h-105.45", "v326.4", "h-188.42" ] ],
[ "esp:GND.1", "lcd1:GND", "black", [ "h-115.05", "v192", "h-169.22" ] ],
[ "esp:2", "lcd1:D/C", "blue", [ "h19.2", "v153.6", "h-370.82" ] ],
[ "esp:4", "lcd1:RST", "#8f4814", [ "h28.8", "v182.4", "h-390.02" ] ],
[ "esp:22", "lcd1:SCL", "purple", [ "h48", "v230.4", "h-351.62" ] ],
[ "esp:21", "lcd1:SDA", "magenta", [ "h57.6", "v192", "h-345.6" ] ]
],
"serialMonitor": { "display": "terminal", "convertEol": true },
"dependencies": {}
}