board707 / DMD_STM32

STM32Duino library for RGB, Monochrome and Two-color led matrix panels
GNU General Public License v3.0
54 stars 18 forks source link

Port library for esp8266 and esp32 #13

Closed akshaythoke9116 closed 1 year ago

akshaythoke9116 commented 1 year ago

Hello, I want to use esp8266 and esp32 for monochrome display. please port or tell me how to port the library to esp

board707 commented 1 year ago

Hi, thank for your question The port of the library to esp32 is in the plans, but not in the near future. A port for Raspberry RP2040 Pico will be released soon Port to esp8266 is not planned because the platform limitations.

For ESP you can try other libraries Adafruit_Protomatter SmartMatrix PxMatrix ESP32-HUB75-MatrixPanel-I2S-DMA

akshaythoke9116 commented 1 year ago

I want to use unicode with the library for P10 Display. There is no sample code or guidance for using unicode in the all above libraries for P10 Display using ESP8266. If possible guide me for it.

board707 commented 1 year ago

Unfortunately, I can't offer any advice here. After all, I created this library exactly to solve problem with non-Latin characters in panel. I don't know how to do it in other libraries.

akshaythoke9116 commented 1 year ago

Ok thanks

board707 commented 1 year ago

RP2040 board support added in version 0.9.0

akshaythoke9116 commented 1 year ago

I have tried your library for P10 Display using STM32 but it is not working can you help in this case

board707 commented 1 year ago

Please start new issue with detail explanation of the problem.