wiring and sources

This commit is contained in:
waltem01 2023-11-30 15:28:32 +01:00
parent 243f33f4d5
commit 7b0fd355ad

View File

@ -4,3 +4,7 @@ This directory contains dependencies and examples for usage in, with and along t
- `librgbmatrix.so`: Main Matrix library - `librgbmatrix.so`: Main Matrix library
- `samplebase.py`: Contains a class to access Matrix and variables directly - `samplebase.py`: Contains a class to access Matrix and variables directly
## Inner workings and Wiring
For reference to the inner workings of the `librgbmatrix.so` library and how to wire a Raspberry PI to a RGB LED Matrix, please see [here](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/wiring.md#connection).