Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 728 Bytes

LED Matrix Simulator

This project should help to build new "Faces" for a LED Matrix without needing to connect directly to it. It uses a NamedPipeServer/Client to get data from the "real" project.

The sample shows the time, some weather data and a rain chart (if it rains) or a weather forecast.

LedMatrixSimulator

Goals

  • no need for connecting to actual matrix
  • faster develpment
  • hot reload
  • debugging

Future development

  • proxy to client
  • proxy from client

Why?

I am using it for C# development with the rpi-rgb-led-matrix library.