Matrix/API/deps/README.md

11 lines
470 B
Markdown
Raw Normal View History

2023-11-30 14:15:57 +00:00
## About
This directory contains dependencies and examples for usage in, with and along the Matrix:
- `librgbmatrix.so`: Main Matrix library
- `samplebase.py`: Contains a class to access Matrix and variables directly
2023-11-30 14:28:32 +00:00
## 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).