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

Update DMD2.h #43

Open shr34sachin opened 5 years ago

shr34sachin commented 5 years ago

Changed the datatype of pixelswide, pixelsHigh, width and height from byte to uint16_t, so that the library could work for more than 7 display boards in single row.

ElectronicRescue commented 5 years ago

This pull request is in conjunction with #44