-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] Anet A6 "garbage" on LCD screen in 2.0 (works in 1.1.9) #16278
Comments
needs delays i use the following turn them up till the issues stops, basically it cant keep up. |
@Vertabreak
And now I have working screen. (100ns still had problem so I used 150ns) If someone will change configs for Anet A6 in this repo, please also uncomment speaker. It has been disabled since 1.1.9 and Anet A6 has speaker. I use
And it brings back menu beeps and plays G-code music without any problem. |
i can PR that. |
@Vertabreak
So its smashing nozzle in center of bed. Not sure why its under "safe" mark. |
z safe home is required for probes. |
added it to the PR. |
if you encounter other problems let me know i can add more adjustments should they be required. |
Configured everything I need, printed some models for testing and did not got any issues related to config. |
This helped me. I had the same mangled display when updating to 2.0. May I propose to add the following lines around line 1945 in Configuration.h? ` #if ENABLED(SLOW_DISPLAY) Best regards, |
I have experienced this for the first time in a ramps1.4, same lcd. which is extremely weird because i have burned literally dozens of boards using the same program. (bugfix 2.0.x from around may of last year) Maybe its something related to the u8glib? Using the fix proposed (add delays) worked |
Nothing changed (as far as i know) related to the environment ive been using (win10, 1908 / no antivirus or stuff/ arduino 1.8.10 / u8glib 1.19.1) |
This worked for me. Thank you |
super merci pour toutes les infos |
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. |
My Configurations
Unmodified configs https://github.com/MarlinFirmware/Marlin/tree/2.0.x/config/examples/Anet/A6
Bug Description
I have Anet A6 printer and I am updating from marlin 1.1.9 to 2.0 and I have LCD problem.
I upload 1.1.9 and it works fine. (I downloaded that version in August 2018)
I upload 2.0 and its unusable. It has "garbage" all over the screen and it randomly changes on each screen refresh.
Tested bugfix-2.0.x branch and unmodified configs from there, same problem.
See attached image.
*I tried to download latest "1.1.x" branch to test, but I can't compile it due to error
Both 1.1.9 and 2.0 configs have #define ANET_FULL_GRAPHICS_LCD
I checked \Marlin-1.1.9\Marlin\pins_ANET_10.h and \Marlin-2.0\Marlin\src\pins\sanguino\pins_ANET_10.h and they have same pin numbers.
So problem is somewhere else.
Any ideas where it can be?
The text was updated successfully, but these errors were encountered: