freetronics / DMD2

Beta release of a new Dot Matrix Display Arduino library
http://forum.freetronics.com/viewtopic.php?f=26&t=5893
GNU General Public License v3.0
80 stars 71 forks source link

esp8266 softdmd now works #30

Open jhonoryza opened 6 years ago

jhonoryza commented 6 years ago

i modified this library with softdmd with esp8266 current arduino firmware, and it works no problem maybe u can implemented here :)

najeebhall commented 6 years ago

could you explain what changes you made to get it to work while the esp8266 is connected?

jhonoryza commented 6 years ago

just comment out the softdmd for esp8266 in DMD.h and DMD.cpp

najeebhall commented 6 years ago

could you take a look at my issue if possible? https://github.com/freetronics/DMD2/issues/31

h4rm0n1c commented 6 years ago

The only real reason softdmd is disabled is because the esp8266 has so few resources that anything but using the hardware implementation is probably a bad idea in terms of having available cpu time for other background tasks as well.

I'm happy to change it, but I'd rather have time to test it before I do.

MohamadAlsadi commented 5 years ago

@jhonoryza

Can you send me the library after change ise34857@gmail.com