Welcome! Log In Create A New Profile

Advanced

Screen offset issue - Reprap discount full graphic smart controller

Posted by _matt_ 
Screen offset issue - Reprap discount full graphic smart controller
November 18, 2018 02:06PM
I've been having an issue with my screen on my Reprap, it's more of an annoyance than an issue really.

After a few minutes of operation the screen will kinda shift over to the left, with the cut off part wrapping around to the right. I've attached a picture of this.

I have no idea what is causing it, fairly sure it's not marlin as I've used a few different versions with the same result. My guess is that it's a problem with my cheap hardware.

Any suggestions for solving this are welcome smiling smiley
Attachments:
open | download - Screenshot_20181118-185918.jpg (398.2 KB)
Re: Screen offset issue - Reprap discount full graphic smart controller
November 18, 2018 08:14PM
Maybe check that the ribbon cables are seated correctly and go from there.
Re: Screen offset issue - Reprap discount full graphic smart controller
November 18, 2018 10:56PM
If it's related to ribbon cable length or bad contact, it would show all kinds of different errors.
Those LCDs are all 'compatible' with a standard LCDs command code. If you happen to have a repeatable mis-function, it's likely it misinterprets one command or even ignores it.

Edited 1 time(s). Last edit at 11/18/2018 10:56PM by o_lampe.
Re: Screen offset issue - Reprap discount full graphic smart controller
November 19, 2018 04:12AM
loosen off the screws, they don't like to be squeezed
Re: Screen offset issue - Reprap discount full graphic smart controller
November 19, 2018 10:02AM
Looks to me some kind of memory offset shift that I know some displays have to shift the content of the display. If it's consistently doing that it could be a memory issue or a firmware issue. Some displays are made with customizations of other manufacturers and you've picked up a model with such a change. Try a display from a different source.


--
Kind regards
Imqqmi

NFAN CoreXY printer:
[reprap.org]
Re: Screen offset issue - Reprap discount full graphic smart controller
November 20, 2018 06:42AM
Just tried backing off the screws, no improvement
Thanks for the suggestion though smiling smiley
Re: Screen offset issue - Reprap discount full graphic smart controller
November 20, 2018 06:46AM
I think you may be right imqqmi, I'll source a different driver and give that a go when I get some free time.

Thank you everyone for your suggestions, I'll continue to check here if you have any others and I'll be sure to post the fix if I find one
Re: Screen offset issue - Reprap discount full graphic smart controller
December 01, 2018 07:34AM
Problem not yet solved?
Is this problem with marlin software, version RC7?

Try this:

Find U8GLIB_ST7920_128X64_RRD u8g(0);
you should find it in tab ultralcd_impl_DOGM.h
make backup (type // in front) and type on new line
U8GLIB_ST7920_128X64_1X u8g(23,17,16);

Compile and Upload
Re: Screen offset issue - Reprap discount full graphic smart controller
December 11, 2018 01:10PM
Quote
frits1956
Problem not yet solved?
Is this problem with marlin software, version RC7?

Try this:

Find U8GLIB_ST7920_128X64_RRD u8g(0);
you should find it in tab ultralcd_impl_DOGM.h
make backup (type // in front) and type on new line
U8GLIB_ST7920_128X64_1X u8g(23,17,16);

Compile and Upload

Worked perfectly, thank you so much
Sorry, only registered users may post in this forum.

Click here to login