Display problems of LCD2004/12864

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Display problems of LCD2004/12864

Post by Mark » Fri Oct 09, 2015 8:19 pm

LCD problems
1. LCD don't shows backlight or the light is dim with power on.
5.jpg
5.jpg (34.81 KiB) Viewed 81756 times
You can use a multimer to measure the voltage on the maon board. like the picture shows. it should be 5V.
TIM图片20171228141253.jpg
TIM图片20171228141253.jpg (152.37 KiB) Viewed 64073 times
2. LCD only shows backlight
If the LCD only shows the backlight, blinking like every 2 seconds and no other information:
1.jpg
1.jpg (31.35 KiB) Viewed 81756 times
Try to swap the LCD cable with the SD card cable. Make sure they are correct connected.
LCD2004:
2.jpg
2.jpg (55.36 KiB) Viewed 81756 times
LCD12864:
3.jpg
3.jpg (82.45 KiB) Viewed 81756 times
3. LCD shows rectangles
001.jpg
001.jpg (287.98 KiB) Viewed 80001 times
3.1 For LCD2004, if you get the backlight and two rows of rectangles as the picture shows:
TIM图片20171228142836.png
TIM图片20171228142836.png (163.74 KiB) Viewed 64071 times
First, check the wirings of the LCD and the SD card, sometimes wrongly connected it will behave like this.
Then if the wirings are correct, it might be the wrong settings of firmware.
For LCD2004 you should delete the “//” from this line of the code“//#define REPRAP_DISCOUNT_SMART_CONTROLLER”; And add “//” in front of the code” #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER”, because this line is for LCD12864. Then upload the firmware.

Before delete the “//”
// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel
//#define G3D_PANEL

After delete the “//”, it should be like this:

// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel
//#define G3D_PANEL

The instructions to re-install the firmware is here:
viewtopic.php?f=20&t=16433
6.png
6.png (96.61 KiB) Viewed 81756 times
3.2 For LCD12864
3.2.1 Check your arduino library folder, see if there is a library named U8glib. If not, download the marlin firmware and find the corresponding folder for your arduino version.
catalogue:\ArduinoAddons\Arduino_x.x.x\libraries
https://github.com/MarlinFirmware/Marlin
7.jpg
7.jpg (266.11 KiB) Viewed 81756 times
3.2.2 Restart your arduino and load the u8glib library:sketch>import library>u8glib
8.jpg
8.jpg (44.91 KiB) Viewed 81756 times
3.2.3 Reburn your firmware, and change the corresponding settings for LCD12864 in configuration.h tab.
Delete the “//” from "//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER":
Change the codes :

// The RepRapDiscount FULL GRAPHIC SmartController (quadratic white PCB)
//http://reprap.org/wiki/RepRapDiscount_F ... Controller
//
// ==> REMEMBER TO INSTALL U8glib toyour ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
//#defineREPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

to those ones:

// The RepRapDiscount FULL GRAPHIC SmartController (quadratic white PCB)
//http://reprap.org/wiki/RepRapDiscount_F ... Controller
//
// ==> REMEMBER TO INSTALL U8glib toyour ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
#defineREPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

3.2.4 3.2.4 Choose the language, open ”configuration.h” in the firmware, find the following codes and choose the corresponding one for yourself:


// Define your display language below. Replace (en) with your language code and uncomment.
// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
// See also language.h
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
QQ截图20151014160534.jpg
QQ截图20151014160534.jpg (144.24 KiB) Viewed 81723 times
Hope this will heip you, thanks!

LAR
Posts: 2
Joined: Thu Oct 27, 2016 6:40 am

Re: Display problems of LCD2004/12864

Post by LAR » Thu Oct 27, 2016 7:59 am

Hello, just bought Gt2560 board and hooked up LCD12864. Blinking LCD, and chirping just like so many others on here.
Yes I uploaded correct firmware ( tried various ones), commented out other display, reversed connections. Still does not operate.
Tried LCD on other ramps board and LCD works. Used Arduino 1.0, 1.6. No difference. CDM drivers were installed in Win 7, U8 lib was installed.
Checked voltages at LCD port and have 4.74vdc to positive point but also have fluctuating voltage to two other pins which is the blinking and speaker chirp.
I believe this is a bad board, because I am also getting a hot stepper driver.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Display problems of LCD2004/12864

Post by William » Thu Oct 27, 2016 9:23 am

@LAR
Hi,
First i think you can measure the DC output of the PSU to see if it is normal(including connecting to and unplugging from the mainboard).
Then you can check if some other parts on the board are normal by referring to this post:
http://www.geeetech.com/forum/viewtopic ... 18&t=18061
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

LAR
Posts: 2
Joined: Thu Oct 27, 2016 6:40 am

Re: Display problems of LCD2004/12864

Post by LAR » Thu Oct 27, 2016 10:09 am

Thanks William, checked all the voltages and they were fine, except for pin #8 (middle bottom pin onGR2560) for the LCD port #1.
It's voltage is all over the meter. Keeps recycling.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Display problems of LCD2004/12864

Post by William » Thu Oct 27, 2016 11:23 am

Sounds like you can connect your printer via Repetier Host,and the board works fine except the LCD?
Cound you attach a video about your issue?I'll appreciate it.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

crapzinsky
Posts: 3
Joined: Thu Jan 12, 2017 5:21 pm

Re: Display problems of LCD2004/12864

Post by crapzinsky » Fri Jan 13, 2017 10:58 pm

3. LCD shows rectangles
3.1 For LCD2004, if you get the backlight and two rows of rectangles as the picture shows:

5.jpg
5.jpg (34.81 KiB) Viewed 6357 times


First, check the wirings of the LCD and the SD card, sometimes wrongly connected it will behave like this.
Then if the wirings are correct, it might be the wrong settings of firmware.
For LCD2004 you should delete the “//” from this line of the code“//#define REPRAP_DISCOUNT_SMART_CONTROLLER”; And add “//” in front of the code” #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER”, because this line is for LCD12864. Then upload the firmware.

Before delete the “//”
// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel
//#define G3D_PANEL

After delete the “//”, it should be like this:

// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel
//#define G3D_PANEL

I have this problem, wiring is OK, Firmware is set to above settings, but still i cant see other than two rows of rectangles....
Geeetechs rAMBO 1.2g mobo, 2004 lcd panel (white rectangle pcb), tried with latest stable Marlin-1.0.2-2 and latest beta Marlin-1.1.0-RC8....
Been pulling my hair about this issue! Tried with so many different setups on FW but nothing seems to work :cry:

bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: Display problems of LCD2004/12864

Post by bang » Wed Jan 18, 2017 11:15 am

crapzinsky wrote:
3. LCD shows rectangles
3.1 For LCD2004, if you get the backlight and two rows of rectangles as the picture shows:

5.jpg
5.jpg (34.81 KiB) Viewed 6357 times


First, check the wirings of the LCD and the SD card, sometimes wrongly connected it will behave like this.
Then if the wirings are correct, it might be the wrong settings of firmware.
For LCD2004 you should delete the “//” from this line of the code“//#define REPRAP_DISCOUNT_SMART_CONTROLLER”; And add “//” in front of the code” #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER”, because this line is for LCD12864. Then upload the firmware.

Before delete the “//”
// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel
//#define G3D_PANEL

After delete the “//”, it should be like this:

// The RepRapDiscount Smart Controller (white PCB)
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel
//#define G3D_PANEL

I have this problem, wiring is OK, Firmware is set to above settings, but still i cant see other than two rows of rectangles....
Geeetechs rAMBO 1.2g mobo, 2004 lcd panel (white rectangle pcb), tried with latest stable Marlin-1.0.2-2 and latest beta Marlin-1.1.0-RC8....
Been pulling my hair about this issue! Tried with so many different setups on FW but nothing seems to work :cry:
Hi,
Did you fix it?

gilaN
Posts: 1
Joined: Sat May 20, 2017 11:06 pm

Re: Display problems of LCD2004/12864

Post by gilaN » Sat May 20, 2017 11:09 pm

we have prusa Pro B and recently replaced the control board from GT2560 to GT2560 Rev A+ and upload marlyn, LCD shows two rows of rectangles. Please advise

Robi
Posts: 1
Joined: Thu Aug 02, 2018 10:19 am

Re: Display problems of LCD2004/12864

Post by Robi » Thu Aug 02, 2018 10:26 am

Hi guys I have the same board rev A and don't see anything on the display. If I flip the connector the other way round it gives me the backlight and constant beep so I guess that's the wrong position. Is anybody capable of uploading the working firmware to here with maybe just lcd test or something to confirm it's not the board? Also I don't know if it's possible but someone mentioned somewhere that the lcd connector might be the actual sd card connector... What do you think of this? I will continue my faultfinding when I vet back home. Hope it works tonight.

kernst1016
Posts: 4
Joined: Mon Jun 04, 2018 12:43 pm

Re: Display problems of LCD2004/12864

Post by kernst1016 » Tue Aug 07, 2018 9:25 am

How about a pin number on both the GT2560 and the LCD 12864 and show what each pin does such as the knobs a and b connections ECT.. I think some of the wire ribbons are different out there like the ones Anet used for their 12864 LCD... Can this be done?

Post Reply