Wokwi working, likely going to be limited to 1024 LEDs during testing

This commit is contained in:
2025-09-15 14:56:43 -04:00
parent c5f0dc66cb
commit 8a00b69e9e
4 changed files with 45 additions and 10 deletions

25
diagram.json Normal file
View File

@@ -0,0 +1,25 @@
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{ "type": "board-xiao-esp32-s3", "id": "esp", "top": 1000, "left": 13.78, "attrs": {} },
{
"id": "neopixels",
"type": "wokwi-neopixel-canvas",
"top": 0,
"left": 0,
"attrs": {
"rows": "32",
"cols": "32",
"matrixBrightness": "10"
}
}
],
"connections": [
["esp:GND", "neopixels:VSS", "black"],
["esp:D5", "neopixels:DIN", "green"],
["esp:5V", "neopixels:VDD", "red"]
],
"dependencies": {}
}