forked from georgik/rustzx-esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.json
29 lines (28 loc) · 955 Bytes
/
diagram.json
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
{
"version": 1,
"author": "Juraj Michálek",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-esp32-devkit-v1", "id": "esp", "top": -134.67, "left": -295.33, "attrs": {} },
{
"type": "wokwi-ili9341",
"id": "lcd1",
"top": -167.1,
"left": -54.33,
"rotate": 90,
"attrs": {}
}
],
"connections": [
[ "esp:TX0", "$serialMonitor:RX", "", [] ],
[ "esp:RX0", "$serialMonitor:TX", "", [] ],
[ "lcd1:VCC", "esp:3V3", "red", [ "h-10", "*", "v10" ] ],
[ "lcd1:GND", "esp:GND.1", "black", [ "h-20", "*", "v0" ] ],
[ "lcd1:CS", "esp:D15", "blue", [ "h-30", "*", "v0" ] ],
[ "lcd1:RST", "esp:D4", "orange", [ "h-40", "*", "v0" ] ],
[ "lcd1:D/C", "esp:D2", "green", [ "h-50", "*", "v0" ] ],
[ "lcd1:SCK", "esp:D18", "gold", [ "h-60", "*", "v0"] ],
[ "lcd1:LED", "esp:3V3", "green", [ "h-15", "*", "v0" ] ],
[ "lcd1:MOSI", "esp:D23", "purple", [ "h-70", "*", "v0" ] ]
]
}