64x8 Matrix
#61
|
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. |
Answered by
rob040
Mar 28, 2026
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. 👍🙏 |
0 replies
|
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. |
0 replies
Answer selected by
rob040
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.