-
Notifications
You must be signed in to change notification settings - Fork 71
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
Scrolling on each matrix rather than as a set #3
Comments
¿Have you changed "#define NUMBER_OF_DEVICES 1"? |
Turns out this is the same issue I just commented on in #7, where with these boards with 4 modules, they're aligned 90º off, so the scrolling effect doesn't work right. We need something like the "vertical" parameter from this python library https://github.com/rm-hull/max7219 |
yes, seems you are right. but it would be wonderfull, it it would work with this lib here and the ESP8266.. 😄 |
Yep, as explained in http://frightanic.com/iot/max7219-library-nodemcu-making/ (my site) you want that rotate option for the 4-in-1 modules and also an invert (upside down) option if you daisy-chain manually. |
Team, if fixed this for 1x4 module mentioned above @ozett and @marcelstoer The modified changes are here: https://github.com/adityarao/MAX7219LedMatrix/ The only change required was to rotate the matrix as below in the LedMatrix::commit() as below:
|
@adityarao nice solution! I'll update my PR with this solution as it uses less memory |
…er 'A' with an arrow and apply verticality fix from squix78/MAX7219LedMatrix#3 (comment).
I've tried the AnimateText.ino and the example in README.md and they both do the same thing - the entire text scrolls on each matrix, rather than scrolling across 4 matrices.
So I end up with Demo...Demo...Demo...Demo
rather than D...e...m...o
Any ideas?
Using NodeMCU v1.0 (Amica and Doit.am) and a Wifi-Witty, Arduino 1.6.6 and 1.6.7
The text was updated successfully, but these errors were encountered: