imrishabh18/desk-led-matrix

This code models a hardware setup comprising a WLED-compatible LED cascade array connected to a XIAO ESP32-C3 microcontroller, including power regulation components and detailed PCB layout with traces, pads, and silkscreen markings.

Version
1.0.4
License
unset
Stars
0

package.json

{
  "name": "@tsci/imrishabh18.desk-led-matrix",
  "version": "1.0.4",
  "description": "Tiny 8x8 WLED-compatible pixel art matrix",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/react": "^19.2.15",
    "tscircuit": "^0.0.1963",
    "typescript": "^5.0.0"
  },
  "author": "imrishabh18"
}