-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Z-Offset LCD screen numerals corrupt during adjustment #17989
Comments
thats a timing problem (mostley with 32Bit boards) and some display controllers |
@oliver-eifler I had high hopes for that fix but it actually, in my installation, makes it worse. With a ferrite bead the problem goes away. With the noted delays the ferrite bead will no longer fix it. Since the behavior was changed, you are on the right track. Perhaps the delays just need to be nudged a bit. |
I had that issue 6 months ago and used this after my display selection. Been working ever since. Got it from a post on the Reprap forum. |
@ruggb were the delays put in configuration.h around line 1925 or elsewhwere? configuration_adv.h perhaps? |
just like it shows, right after the display define in config....h. I don't know that it matters exactly where it is I just put it there so I remember why I did it. The //** are just so I can find my changes easily |
you have REPRAP_DISCOUNT_SMART_CONTROLLER and REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER enabled. |
Are you talking to me? If so how do you figure that? |
@RUGGD no, I'm talking to the author about the authors provided configuration.h |
I didn't look at it, but his issue is slightly different than mine. Mine was garbage all the time, not just when turning the knob == I think only the full graphic has a knob. |
mate stop talking, its nothing to do with you or your comments. |
That comment was for the OPs benefit. |
@ellensp You are correct about have both controller type defined. I neglected to comment out |
Edit. Sadly neither commenting out |
@bill-orange still an issue? |
This was solved by adding ferrite to one cable, not an ideal solution. Since no one has a better idea, I think we can close it |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description: Numerals in LCD adjustment screen corrupt as encoder wheel is turned.
My Configurations: SKR1.3 board with RepWrap discount display (default), Configuration files are included below.
Steps to Reproduce:
Use a SKR1.3 with a discount (non graphical) RepWrap display.
Enter the Z-Offset adjustment Menu
Observe the numerals scramble ( i.e. extra lines, the top bar of a 5 appearing in a six)
**Expected behavior: normal display of numerals
Actual behavior: scrambled numerals with functionality unaffected.
Additional Information: This may happen in other screens with adjustable numerals. I have not tested other screens.
Marlin.zip
The text was updated successfully, but these errors were encountered: