Initial Commit

This commit is contained in:
2026-02-13 12:22:06 -05:00
parent 43fdccf67b
commit 8fec41e3e6
612 changed files with 1313484 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
Metadata-Version: 2.1
Name: rgbmatrix
Version: 0.0.1
Author: Christoph Friedrich
Author-email: christoph.friedrich@vonaffenfels.de
Classifier: Development Status :: 3 - Alpha

View File

@@ -0,0 +1,9 @@
README.md
setup.py
rgbmatrix/__init__.py
rgbmatrix/core.cpp
rgbmatrix/graphics.cpp
rgbmatrix.egg-info/PKG-INFO
rgbmatrix.egg-info/SOURCES.txt
rgbmatrix.egg-info/dependency_links.txt
rgbmatrix.egg-info/top_level.txt

View File

@@ -0,0 +1,3 @@
core
graphics
rgbmatrix