Skip to content
Leonhard Seidel edited this page May 9, 2020 · 1 revision

Welcome to the HUB75nano wiki!

The aim of this library is to enable a standard Arduino nano to drive a HUB75 protocol controlled LED Panel of up to 32x664 pixels. There are many hurdles, which are some things to consider for this feat. Mostly the 2k of ram limit a possible frame buffer. And the fact that the nano runs at 16MHz is also not too optimal, with pwm colors being extremely difficult.

I hope to help people with this library, even if just as inspiration to write ones own project.

Clone this wiki locally