NeoCat / ESP32-P3RGB64x32MatrixPanel

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

Will this library work with ESPAsyncWebServer library ? #18

Closed GeorgeFlorian closed 5 years ago

GeorgeFlorian commented 5 years ago

Hello !

OS: Linux Mint 17.1 Board: ESP32 Wrover-B DevKitV4 Display: 2727 SMD P5 64x32

I am having trouble finding a LED library that will work with me-no-dev's ESPAsyncWebServer library. I believe that library also accesses RAM. And this library also accesses RAM.

I've tried PxMatrix and I wasn't able to make it work with ESPAsyncWebServer.

Do you have any idea if this will work ?

Thank you !