-
Notifications
You must be signed in to change notification settings - Fork 129
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
Ghosting when using setChars #102
Comments
I'm not really sure what could be doing that, but try playing with |
I did check positive brightness values, (between 5 and 100) but that did not make a difference, did not know that negative values were a thing in that function. Currently i'm running the code with a simple custom function that set's the segments according to the time. But i'll try later on to see if negative values make a difference. I like using SevSeg instead of the custom code since it is broadly used and it reduces the amount of local code that needs to be maintained. |
Yeah, for sure. One thought I have, try replacing the |
Thanks for the support, replacing the input of setChars to something fixed or even now again using setNumber does not change the issue. I've now checked negative numbers in brightness and also tried toggeling resistorsOnSegments (i've got them on the digits), but this also does not make a difference. |
One thought, maybe try commenting out the |
If something is messing with the pins it should be messing with pin 3 of the arduino nano i use as a display controller. But if i comment out sevseg and run my own little routine:
It does not ghost... All other code remains the same. So it seems to be happening somewhere in the way SevSeg controls the digits. |
That's tough. Could you send your whole project? |
Yeah no problem, how can i transfer the file to you? It's work in progress ;) |
Would be easiest if you could just put it onto Pastebin and linked it here. That way, others can help as well. |
I have a problem with digit practically all digits ghosting into the most significant digit when using setChars. I had issues with ghosting before when using setNum but this disappeared with a reset. However setChars consitently has this issue:
All other info is displayed correcly on the segments.
The text was updated successfully, but these errors were encountered: