{
"version": 1,
"author": "you",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": -3.15,
"left": 3.6,
"attrs": { "env": "micropython" }
},
{
"type": "wokwi-led-matrix",
"id": "matrix",
"top": -80,
"left": 243,
"rotate": 90,
"attrs": { "rows": "16", "cols": "16", "pixelShape": "square" }
},
{
"type": "wokwi-potentiometer",
"id": "pot1",
"top": 261.3,
"left": 106.6,
"rotate": 180,
"attrs": { "value": "0.25" }
},
{
"type": "wokwi-potentiometer",
"id": "pot2",
"top": -174.1,
"left": 105.4,
"attrs": { "value": "0.75" }
},
{
"type": "wokwi-pushbutton",
"id": "btn",
"top": 233.9,
"left": -98.5,
"rotate": 90,
"attrs": { "color": "red", "label": "RESET" }
}
],
"connections": [
[ "pico:GP0", "matrix:DIN", "green", [] ],
[ "pico:3V3", "matrix:VDD", "red", [] ],
[ "pico:GND", "matrix:VSS", "black", [] ],
[ "pico:GP26", "pot1:SIG", "yellow", [] ],
[ "pico:3V3", "pot1:VCC", "red", [] ],
[ "pico:GND", "pot1:GND", "black", [] ],
[ "pico:GP27", "pot2:SIG", "orange", [] ],
[ "pico:3V3", "pot2:VCC", "red", [] ],
[ "pico:GND", "pot2:GND", "black", [] ],
[ "pico:GP14", "btn:1.l", "blue", [] ],
[ "pico:GND", "btn:2.l", "black", [] ]
],
"dependencies": {}
}