-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the Matrix size from 64 x 64 to 128 x 128 #6
Comments
\Hi, didn't realize you were the same person from the other issue :) First, make sure you get it working with just SmartMatrix, enough to init the matrix and write hello world or running https://github.com/pixelmatix/SmartMatrix/tree/master/examples/FeatureDemo Also, as a tip, when you paste code, add a ``` ``` around it.
:) Once you have it working with Smartmatrix, in neomatrix_config.h, set
the tile stuff is used for neopixel matrices where pixels are not in order, but for RGBPanels it's not a problem, so you don't need this. |
Haha! Yes, that was me too. The guy with a lot of issues! 🤣 I think I didn't clearly say what was my problem. I have four HUB75 64 x 64. I'm trying to modify the neomatrix_config.h file, so I can have the animation divided on all four panels but the animation is repeating on each panel and they all look the same. That's why I thought, that I need to change the matrix size. Unfortunately when I change the lines as you said, nothing works at all |
Just to be clear, you want the framebuffer to be 128x128, and each panel contains 1/4th of the framebuffer, correct? |
Exactly!
Oh! I see! Alright I will try that tomorrow when I had some sleep but at least I got that working with smartmatrix demo and Teensy 4/Smartmatrix Shield V5 Thank you so much for your help and sorry for all the annoying questions. I just want to understand how it all works :) |
No worries, how to do layout of matrices and mapping is not super obvious |
Hi Marc,
I wanted to ask you how do I have to modify the neomatrix_config.h file in order to change the matrix size from 64 x 64 to 128 x 128 or other dimensions. I'm using Teensy 3.5 and Smartmatrix shield.
Thank you for all your efforts and this great project.
cheers
The text was updated successfully, but these errors were encountered: