Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 661 Bytes

This is a simple LED matrix simulator that I use for holiday displays.

Components

Image Server

Image server that sends out images to consuming clients every second. Also allows the upload of new images.

npm run server

Image View Client

This is a simple p5 canvas that displays the "pixels" on the matrix display.

npm start

Image Uploader Util Client

This utility client will upload files in the images folder on a ten second rotation.

npm run upload

alt text

Example

Here is an example of a 128x64 display set to random colors. alt text