83 lines
1.9 KiB
JSON
83 lines
1.9 KiB
JSON
{
|
|
"version": 1,
|
|
"author": "Uri Shaked",
|
|
"editor": "wokwi",
|
|
"parts": [
|
|
{
|
|
"type": "wokwi-arduino-uno",
|
|
"id": "uno",
|
|
"top": 100,
|
|
"left": 100.78,
|
|
"attrs": {
|
|
}
|
|
},
|
|
{
|
|
"id": "neopixels",
|
|
"type": "wokwi-led-strip",
|
|
"top": 0,
|
|
"left": 0,
|
|
"attrs": {
|
|
"pixels": "6"
|
|
}
|
|
},
|
|
{
|
|
"id": "matrix",
|
|
"type": "wokwi-led-matrix",
|
|
"top": -200,
|
|
"left": 500,
|
|
"attrs": {
|
|
"rows": "6",
|
|
"cols": "6",
|
|
"layout": "serpentine",
|
|
"pixelShape": "square"
|
|
}
|
|
},
|
|
{
|
|
"id": "matrix2",
|
|
"type": "wokwi-led-matrix",
|
|
"top": -350,
|
|
"left": 500,
|
|
"attrs": {
|
|
"rows": "6",
|
|
"cols": "6",
|
|
"layout": "serpentine",
|
|
"pixelShape": "square"
|
|
}
|
|
},
|
|
{
|
|
"id": "matrix3",
|
|
"type": "wokwi-led-matrix",
|
|
"top": -500,
|
|
"left": 500,
|
|
"attrs": {
|
|
"rows": "6",
|
|
"cols": "6",
|
|
"layout": "serpentine",
|
|
"pixelShape": "square"
|
|
}
|
|
}
|
|
],
|
|
"connections": [
|
|
["uno:0", "$serialMonitor:TX", ""],
|
|
["uno:1", "$serialMonitor:RX", ""],
|
|
["uno:GND.2", "neopixels:VSS", "black"],
|
|
["uno:6", "neopixels:DIN", "green"],
|
|
["uno:5V", "neopixels:VDD", "red"],
|
|
["uno:7", "matrix:DIN", "yellow"],
|
|
["uno:5V", "matrix:VDD", "red"],
|
|
["uno:GND.3", "matrix:VSS", "black"],
|
|
["matrix:DOUT", "matrix2:DIN", "blue"],
|
|
["uno:5V", "matrix2:VDD", "red"],
|
|
["uno:GND.3", "matrix2:VSS", "black"],
|
|
["matrix2:DOUT", "matrix3:DIN", "blue"],
|
|
["uno:5V", "matrix3:VDD", "red"],
|
|
["uno:GND.3", "matrix3:VSS", "black"]
|
|
],
|
|
"dependencies": {},
|
|
"serialMonitor": {
|
|
"collapse": false,
|
|
"convertEol": false,
|
|
"display": "always",
|
|
"newline": "lf"
|
|
}
|
|
} |