tomaskovacik / arduino

38 stars 27 forks source link

MyMatrix - possible for 4 displays? #6

Closed AnduriI closed 6 years ago

AnduriI commented 8 years ago

Hey @tomaskovacik,

I'm dealing with your version of the myMatrix lib for some time now. I've come to the point where I want to controll a 4th display with the same arduino, meaning a display size of 128x16 pixels. As far as I found out you only added the offset rountine to the original lib. I tried to add a new offset for x>95, but then my arduino restarts at calling myMatrix. I suppose this is due to an overflow at the uint8_t myindex. Is it possible to change this to unit16_t without problems? Did you ever tried having a larger display, maybe with other code?

Regards, Anduril