NeoCat / ESP32-P3RGB64x32MatrixPanel

ESP32 Arduino library for the P3 64x32 RGB matrix panels
MIT License
137 stars 30 forks source link

how is this different from existing competing libs? #12

Open marcmerlin opened 5 years ago

marcmerlin commented 5 years ago

I've already used https://github.com/pixelmatix/SmartMatrix/tree/teensylc with works great for me on ESP32 and https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA which is an alternate implementation using DMA another way and doing page level refresh instead of frame level (although it doesn't work as well for mapping panel coordinates when you chain them).

Can you add in your top level README how your library is different from those 2? Thanks.