Skip to content
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] MINIPANEL showing blank screen (Creality Ender 2) - Marlin 2.0 #13732

Closed
drofnas opened this issue Apr 17, 2019 · 11 comments
Closed

[BUG] MINIPANEL showing blank screen (Creality Ender 2) - Marlin 2.0 #13732

drofnas opened this issue Apr 17, 2019 · 11 comments

Comments

@drofnas
Copy link

drofnas commented Apr 17, 2019

After merging the latest Marlin 2.0 bugfix codebase into my fork, I noticed that my Ender 2's screen was blank (lights on, no info). But the machine itself was still working via the connected Raspberry Pi running OctoPrint.

Since a previous version was working on my Ender 2, I re-installed that just to confirm my screen didn't die on me. The screen worked again.

So I went back in time and starting doing a "git checkout" of older commits to try and narrow down where the issue occurred. Which led me to the following commit, where the MINIPANEL and the FYSETC_MINI_12864_PANEL where lumped together for various config values.

5018fda

If I get one commit older, my screen works perfectly again.

For all tests I was using the example "Creality / Ender 2" config files that were part of the specific commit ID's I was testing.

@Idorobots
Copy link
Contributor

Perhaps this is the same issue as #13550 ?

@drofnas
Copy link
Author

drofnas commented Apr 18, 2019

This is running on a Stock Creality Ender 2, using the stock Melzi Clone with a Atmega1284P chip. Plus the bug you reference is older than the commit I reference above; which is the point where my screen stopped working.

@jmdearras
Copy link
Contributor

This is running on a Stock Creality Ender 2, using the stock Melzi Clone with a Atmega1284P chip. Plus the bug you reference is older than the commit I reference above; which is the point where my screen stopped working.

That bug was initially intermittent, but became solid a week or so ago. With a blank display, when you hit reset, did the screen show text for a second?

@drofnas
Copy link
Author

drofnas commented Apr 18, 2019

Yea, I think I did see "something" for a second, then went blank.

@jmdearras
Copy link
Contributor

Yea, I think I did see "something" for a second, then went blank.

Same issue. See the other thread for a hopefully temporary patch.

@zillarob
Copy link

I think this might be something else.
I rolled one up a few weeks ago that had symptoms that match what that temp fix is for, but the most recent one I did just shows a blank screen on the mks mini. Same frozen image with reset.

Just grabbed the few week old project, set it up for the new one, and works now. (I'm sure I will run into the shifted/mirrored screen occasionally though).
Both machines are SKR v1.3 with MKS Mini.

@shitcreek
Copy link
Contributor

Try this: #13864

@dlitz
Copy link
Contributor

dlitz commented Jun 20, 2019

Changing the definition of HAS_LCD_CONTRAST caused it to evaluate true for MINIPANEL, but apparently the code that sets contrast values on MINIPANEL never worked correctly, at least not on the Ender 2 (or my CR-20). See #14174 for a possible workaround.

@boelle boelle changed the title MINIPANEL showing blank screen (Creality Ender 2) - Marlin 2.0 [BUG] MINIPANEL showing blank screen (Creality Ender 2) - Marlin 2.0 Jul 21, 2019
@Diekion
Copy link

Diekion commented Aug 7, 2019

I find myself in the same situation. The screen turns on but does not display any information. I cannot provide prior information since the SKR 1.3 is the first pcb and I try to replace it from the original.

In case it helps.
What I have noticed, disconnecting wire by wire on the original board, is that the distribution of pins is like CR_10 except the equivalent of pin 1.30. If I disconnect it on the original board, the screen goes blank as it happens in the SKR and in this SKR pin 1.30 is configured for the beeper that does not have on this lcd board. I think it may be related to the configuration of that pin.

I'm trying install SKR 1.3 in the Ender-2 printer with all another parts originals.

@thinkyhead
Copy link
Member

Let's move discussion over to #14174. And there should be a patch shortly.

@github-actions
Copy link

github-actions bot commented Jul 4, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants