Nelfe80 / RetroBat-Marquee-Manager

Dynamic Marquee Display Tool for RetroBat Arcade Systems: A Python-based solution for automatically updating secondary screen marquees in response to game and system selections.
9 stars 3 forks source link

Add Zedmd wifi support #7

Closed riyadchowdhury closed 3 weeks ago

riyadchowdhury commented 3 weeks ago

The Marquee Manager is great and I recently built a ZeDMDHD screen but over usb/serial the connection is very unstable with my zedmd just stopping responding randomly and I have to restart dmd.exe and reset the esp32 device.

I switched to a esp_32-s3 board and over wifi the device is extremely stable, I updated dmd.py to support wifi and is working perfectly for me, figured I open up a PR incase it helps anyone else.

Also updated the dll's with the newest version https://github.com/PPUC/libzedmd/releases/tag/v0.7.5

Please let me know if any changes are needed.