move wokwi files into simulation
This commit is contained in:
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"version": 1,
|
||||
"author": "CreatureDex Builder",
|
||||
"editor": "wokwi",
|
||||
"parts": [
|
||||
{
|
||||
"type": "board-esp32-s3-devkitc-1",
|
||||
"id": "esp",
|
||||
"top": -144.18,
|
||||
"left": -168.23,
|
||||
"attrs": {}
|
||||
},
|
||||
{
|
||||
"type": "wokwi-lcd1602",
|
||||
"id": "lcd1",
|
||||
"top": -310.4,
|
||||
"left": -253.6,
|
||||
"attrs": { "pins": "i2c" }
|
||||
},
|
||||
{
|
||||
"type": "chip-main-display",
|
||||
"id": "lcd2",
|
||||
"top": -162.4,
|
||||
"left": 105.3,
|
||||
"attrs": {}
|
||||
},
|
||||
{
|
||||
"type": "chip-secondary-display",
|
||||
"id": "oled_spi_1",
|
||||
"top": 210,
|
||||
"left": -291.78,
|
||||
"attrs": {}
|
||||
},
|
||||
{
|
||||
"type": "chip-secondary-display",
|
||||
"id": "oled_spi_2",
|
||||
"top": 210,
|
||||
"left": -109.38,
|
||||
"attrs": {}
|
||||
},
|
||||
{
|
||||
"type": "chip-secondary-display",
|
||||
"id": "oled_spi_3",
|
||||
"top": 210,
|
||||
"left": 73.02,
|
||||
"attrs": {}
|
||||
},
|
||||
{
|
||||
"type": "chip-nfc-reader",
|
||||
"id": "nfc1",
|
||||
"top": 390,
|
||||
"left": -24,
|
||||
"attrs": {},
|
||||
"hide": true
|
||||
}
|
||||
],
|
||||
"connections": [
|
||||
[ "esp:TX", "$serialMonitor:RX", "", [] ],
|
||||
[ "esp:RX", "$serialMonitor:TX", "", [] ],
|
||||
|
||||
[ "esp:3V3", "lcd1:VCC", "", [] ],
|
||||
[ "esp:GND", "lcd1:GND", "", [] ],
|
||||
[ "esp:8", "lcd1:SDA", "", [] ],
|
||||
[ "esp:9", "lcd1:SCL", "", [] ],
|
||||
|
||||
[ "esp:3V3", "lcd2:VCC", "", [] ],
|
||||
[ "esp:3V3", "lcd2:LED", "", [] ],
|
||||
[ "esp:GND", "lcd2:GND", "", [] ],
|
||||
[ "esp:12", "lcd2:SCK", "", [] ],
|
||||
[ "esp:11", "lcd2:MOSI", "", [] ],
|
||||
[ "esp:10", "lcd2:CS", "", [] ],
|
||||
[ "esp:7", "lcd2:D/C", "", [] ],
|
||||
[ "esp:5", "lcd2:RESET", "", [] ],
|
||||
|
||||
[ "esp:3V3", "oled_spi_1:VCC", "", [] ],
|
||||
[ "esp:3V3", "oled_spi_1:LIGHT", "", [] ],
|
||||
[ "esp:GND", "oled_spi_1:GND", "", [] ],
|
||||
[ "esp:12", "oled_spi_1:CLK", "", [] ],
|
||||
[ "esp:11", "oled_spi_1:DIN", "", [] ],
|
||||
[ "esp:14", "oled_spi_1:CE", "", [] ],
|
||||
[ "esp:6", "oled_spi_1:DC", "", [] ],
|
||||
[ "esp:5", "oled_spi_1:RST", "", [] ],
|
||||
|
||||
[ "esp:3V3", "oled_spi_2:VCC", "", [] ],
|
||||
[ "esp:3V3", "oled_spi_2:LIGHT", "", [] ],
|
||||
[ "esp:GND", "oled_spi_2:GND", "", [] ],
|
||||
[ "esp:12", "oled_spi_2:CLK", "", [] ],
|
||||
[ "esp:11", "oled_spi_2:DIN", "", [] ],
|
||||
[ "esp:15", "oled_spi_2:CE", "", [] ],
|
||||
[ "esp:6", "oled_spi_2:DC", "", [] ],
|
||||
[ "esp:5", "oled_spi_2:RST", "", [] ],
|
||||
|
||||
[ "esp:3V3", "oled_spi_3:VCC", "", [] ],
|
||||
[ "esp:3V3", "oled_spi_3:LIGHT", "", [] ],
|
||||
[ "esp:GND", "oled_spi_3:GND", "", [] ],
|
||||
[ "esp:12", "oled_spi_3:CLK", "", [] ],
|
||||
[ "esp:11", "oled_spi_3:DIN", "", [] ],
|
||||
[ "esp:16", "oled_spi_3:CE", "", [] ],
|
||||
[ "esp:6", "oled_spi_3:DC", "", [] ],
|
||||
[ "esp:5", "oled_spi_3:RST", "", [] ]
|
||||
],
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user