CamelCaseName / HUB75Enano

Arduino nano library to use a 128x64 LED matrix with ICND2153, STP1612PW05, FM6124C or similar chipsets and shift registers for row addressing.
GNU General Public License v3.0
10 stars 1 forks source link

LED Matrix P2 64x64 Arduino Uno #1

Closed Jonas-Hofmann-2020 closed 1 year ago

Jonas-Hofmann-2020 commented 1 year ago

Hey,

does the code also work with P2 64x64 LED Matrix and Arduino Uno?

Thanks

CamelCaseName commented 1 year ago

Hi,

this library is not done yet, but it will then only work with Panels using the ICND2153 or clone as a LED driver, and using an SM5368 or compatible LED row driver. it is super purpose built for that type of panel. Also technically the name is kind of wrong, as those chips don't use the "standard" HUB75 protocol. It should work with the arduino uno though, as i develop it on a nano. But you'll probably need a different panel :(

CamelCaseName commented 1 year ago

stale