From 7b0fd355ad2f4b3c1df759fd7bf684f7f7af1829 Mon Sep 17 00:00:00 2001 From: waltem01 Date: Thu, 30 Nov 2023 15:28:32 +0100 Subject: [PATCH] wiring and sources --- API/deps/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/API/deps/README.md b/API/deps/README.md index 854d4ca..e751e10 100644 --- a/API/deps/README.md +++ b/API/deps/README.md @@ -4,3 +4,7 @@ This directory contains dependencies and examples for usage in, with and along t - `librgbmatrix.so`: Main Matrix library - `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).