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 DMDFrame.cpp #44

Open shr34sachin opened 5 years ago

shr34sachin commented 5 years ago

Changed the datatype of pixelswide and pixelsHigh from byte to uint16_t and also type-casted the row_width_bytes and height_in_panels, so that the library could work for more than 7 display boards in single row. The similar update is made in DMD2.h file too.

ElectronicRescue commented 5 years ago

This pull request is in conjunction with #43