-
Notifications
You must be signed in to change notification settings - Fork 20
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
6-Digit Animation #14
Comments
Hi @Noelle88 you are correct, the Happy new year! |
Okay, thanks for your feedback. I wish you a happy new year, too! |
Update: I have added the support for 6-digit animation, starting with the animation tool: https://jasonacox.github.io/TM1637TinyDisplay/examples/7-segment-animator6.html The new code is on github but I need to finish some testing before I release the updated library for Arduino to pick up. You can pull the current version from github in the meantime if you want to help test. |
Okay, i made the following observations during the update: TM1637-6Digit-Test.ino = The order of the digits is incorrect with showAnimation (). -> 23451 I wrote my own test sketch: The decimal point should be from right to left and then a 8 from right to left. The result: (in digit-positions from left to right) loop 1: loop 2: loop3: different again..... I hope I could help |
Thank you! That is very helpful. The issue was a zero index error I made in TM1637TinyDisplay6.cpp. I've corrected it and pushed the change. I also added a longer PROGMEM animation test for the 6-digit display. Not great, but least gives a better demo of the capability. I'll run a few more tests and then release this fix as v1.4.3. |
YES! It works perfectly! Thank you for your great support! have a nice day! |
Thanks for the help! |
Closing this issue. Please re-open if there is anything else we need to address. |
Hi!
I think it’s a bug in the 6-digit lib.
showAnimation supports only the 4 digits in the middle, i think?
Unfortunately, my changes in the .h / .cpp from 4 to 6 did not work :-(
The text was updated successfully, but these errors were encountered: