-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problem Text Flickers #13
Comments
The fact it doesn't happen with other text animations suggests it's the coding of the On animation. I have to confess that although I wrote it I didn't really test it. (Slapped wrist)
|
Darn - the python indents disappeared after I posted. |
thanks brian for your quick answer ! but unlucky it's not working with this change |
Ok, it is related to the foreground colour - if you set the foreground to a single colour there's no flickering. If you use a palette what happens is the code redraws the text using the next color in the list when the animation resets. The reason the simulator doesn't show this effect is that it can run much faster than the physical panel hence the effect is less noticeable. |
Fixed - whoops, forgot to make self.init False
Was steady on my panel after the missing line was added. I have pushed it to github |
i test your new code now and no change ... the problem is still here |
Very odd, it worked on my panel. Did you edit your copy or download the updated TextAnimations.py?
From: ValDY69 [mailto:[email protected]]
Sent: 27 April 2018 14:16
To: BNNorman/rpi-rgb-led-matrix-animator
Cc: Brian; Comment
Subject: Re: [BNNorman/rpi-rgb-led-matrix-animator] Problem Text Flickers (#13)
i test your new code now and no change ... the problem is still here
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#13 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/APHW3Yqa2h-VoY7wvarjbBzzQQBaQcEqks5tsxoAgaJpZM4TmR5E> . <https://github.com/notifications/beacon/APHW3WiO5xuWyY88OmhjpcaWxbcm_tRQks5tsxoAgaJpZM4TmR5E.gif>
|
i edit my copy with your modif in this issue + OFFmultiColored = False class On(TextAnimBase):
|
i precise that this problem is not really visible for me an a 6464 led panels but much more present on a bigger screen like 128128 ! |
Hello Brian ,
How are you ?
I am doing some test with differents texts and logos on a 128*128 LED panels
I notice that when there are some fixed text or logo (TextAnimations.On() method for exemple ) ,
the text or logo Flickers
I try to change FPS but no change ..
How i can resolve this problem ?
with scolling text i have not noticed any flickers problems , it's strange ..
I don't remenber but with older versions of your lib i have not seen this problem earlier ..
there is no problem on the windows simulator
can you help me please ?
Regards , Valentin
The text was updated successfully, but these errors were encountered: