MaximumOctopus / LEDMatrixStudio

Design LED matrix graphics and fonts with ease. Ideal for all microcontrollers and embedded platforms.
GNU General Public License v3.0
23 stars 3 forks source link

matrix width #6

Open doncogit opened 1 month ago

doncogit commented 1 month ago

hi,

is there a reason for the height and width limit of 256? sometimes it would be useful to make a wide matrix for example when you use led strips. would be nice to have the possiblity for example to do 1024 width and up to 8 in height which still is much less than your 256x256 limit.

kind regards!

MaximumOctopus commented 1 month ago

That's a very good point. It was originally set to 256x256 because of the way the application handled the display and data internally, but that's all changed now, so that limit is arbitrary and only there because of history.

I'll make the necessary changes over the weekend and get an update out asap.