-
|
Hi, is it possible to create a 64×8 matrix? It’s essentially double the size of the original version. On the Q-ROM, there was a 64×8 version. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I solved it by searching by logic inside the project, and I came up with this: In DynamicParams.h -> line 25In Settings.h -> line 64In LEDmatrixClock.cpp -> line 441-442And it works as intended. 👌 Thank you again for the great work. 👍🙏 |
Beta Was this translation helpful? Give feedback.
-
|
Yes that is possible, without any code change. Also no different Binary needed like with Qrome. In the Configure page, change the Display Width (in 8x8 pixel tiles) to 8 and you are done. |
Beta Was this translation helpful? Give feedback.
Yes that is possible, without any code change. Also no different Binary needed like with Qrome.
In the Configure page, change the Display Width (in 8x8 pixel tiles) to 8 and you are done.