-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagram.json
43 lines (43 loc) · 1.55 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": 96,
"left": -158.36,
"attrs": { "fastTLS": "1" }
},
{
"type": "wokwi-ili9341",
"id": "lcd1",
"top": 34.2,
"left": 88.1,
"rotate": 90,
"attrs": {}
},
{ "type": "wokwi-ir-receiver", "id": "ir1", "top": 27.45, "left": -260.98, "attrs": {} },
{ "type": "wokwi-ir-remote", "id": "remote1", "top": -9.6, "left": 355.2, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": -80.4, "left": -25, "attrs": { "color": "red" } }
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "lcd1:GND", "esp:GND.2", "black", [ "h-19.2", "v91.54" ] ],
[ "lcd1:RST", "esp:4", "purple", [ "h-48", "v67.2" ] ],
[ "lcd1:D/C", "esp:2", "#8f4814", [ "h-28.8", "v44.14" ] ],
[ "lcd1:SCK", "esp:18", "gray", [ "v-0.01", "h-48", "v-19.2" ] ],
[ "lcd1:MISO", "esp:19", "orange", [ "h-67.2", "v-9.61", "h0", "v-19.2" ] ],
[ "lcd1:MOSI", "esp:23", "green", [ "h-38.4", "v-67.31" ] ],
[ "esp:5V", "lcd1:VCC", "red", [ "h-21.83", "v-206.3", "h201.6", "v48.5" ] ],
[ "lcd1:CS", "esp:15", "violet", [ "h-57.6", "v105.6" ] ],
[ "ir1:VCC", "esp:3V3", "red", [ "v0" ] ],
[ "ir1:GND", "esp:GND.1", "black", [ "v0" ] ],
[ "ir1:DAT", "esp:14", "green", [ "v0" ] ],
[ "led1:A", "esp:GND.1", "green", [ "v0" ] ],
[ "led1:C", "esp:12", "green", [ "v0" ] ]
],
"dependencies": {}
}