You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nathan ed18dd911a
build lightwatch / build (push) Failing after 5m6s Details
removing submodule
1 year ago
..
examples removing submodule 1 year ago
.gitignore removing submodule 1 year ago
Bindings.cs removing submodule 1 year ago
Color.cs removing submodule 1 year ago
InternalRGBLedMatrixOptions.cs removing submodule 1 year ago
Makefile removing submodule 1 year ago
Multiplexing.cs removing submodule 1 year ago
README.md removing submodule 1 year ago
RGBLedCanvas.cs removing submodule 1 year ago
RGBLedFont.cs removing submodule 1 year ago
RGBLedMatrix.cs removing submodule 1 year ago
RGBLedMatrixOptions.cs removing submodule 1 year ago
RPiRgbLEDMatrix.csproj removing submodule 1 year ago
ScanModes.cs removing submodule 1 year ago

README.md

C# bindings for RGB Matrix library

Building

To build the C# wrapper for the RGB Matrix C library you need to first have .NET SDK installed.

Install .NET SDK

sudo apt install dotnet6 should work in most cases.
For some old distributions, read docs

Then, in the bindings/c# directory type: dotnet build

To run the example applications in the c#\examples\EXAMPLE folder: sudo dotnet run