├── LICENSE ├── README.md ├── models ├── LED matrix v11.f3d ├── cover.stl └── grid.stl └── wled.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vogler/LED-matrix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vogler/LED-matrix/HEAD/README.md -------------------------------------------------------------------------------- /models/LED matrix v11.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vogler/LED-matrix/HEAD/models/LED matrix v11.f3d -------------------------------------------------------------------------------- /models/cover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vogler/LED-matrix/HEAD/models/cover.stl -------------------------------------------------------------------------------- /models/grid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vogler/LED-matrix/HEAD/models/grid.stl -------------------------------------------------------------------------------- /wled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vogler/LED-matrix/HEAD/wled.py --------------------------------------------------------------------------------