Welcome! Log In Create A New Profile

Advanced

REPRAP full graphic LCD issue need help.

Posted by veggienuts 
REPRAP full graphic LCD issue need help.
August 29, 2015 07:37AM
Hello

I bought a ramps 1.4 and a full graphics LCD I have loaded the firmware with all neccessary firmware changes to activate the LCD. When I put power to the unit the LCD emits a high pitch sound and the screen dispalys, but I cannot select anything from the menu and if I push the button it just flickers back and forth from the temp display to the menu.
Also at this point the ramps is not connected to my printer nor is anything other than the LCD connected.

Any ideas why this is doing this?

Thanks
Re: REPRAP full graphic LCD issue need help.
August 31, 2015 03:20PM
try this



#include 

#ifndef CONFIGURATION_H
#define CONFIGURATION_H

#include "boards.h"


//LCD and SD support
#define ULTRA_LCD  //general LCD support, also 16x2
#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
#define SDSUPPORT // Enable SD Card Support in Hardware Console
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
//#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
//#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
//#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
//#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
//#define ULTIPANEL  //the UltiPanel as on Thingiverse
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click

// The MaKr3d Makr-Panel with graphic controller and SD support
// [reprap.org]
//#define MAKRPANEL

// The RepRapDiscount Smart Controller (white PCcool smiley
// [reprap.org]
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCcool smiley
// [reprap.org]
//#define G3D_PANEL

// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCcool smiley
// [reprap.org]
//
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [code.google.com]
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Re: REPRAP full graphic LCD issue need help.
September 23, 2015 09:52AM
Quote
Shogun
try this



#include 

#ifndef CONFIGURATION_H
#define CONFIGURATION_H

#include "boards.h"


//LCD and SD support
#define ULTRA_LCD  //general LCD support, also 16x2
#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
#define SDSUPPORT // Enable SD Card Support in Hardware Console
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
//#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
//#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
//#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
//#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
//#define ULTIPANEL  //the UltiPanel as on Thingiverse
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click

// The MaKr3d Makr-Panel with graphic controller and SD support
// [reprap.org]
//#define MAKRPANEL

// The RepRapDiscount Smart Controller (white PCcool smiley
// [reprap.org]
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

// The GADGETS3D G3D LCD/SD Controller (blue PCcool smiley
// [reprap.org]
//#define G3D_PANEL

// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCcool smiley
// [reprap.org]
//
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [code.google.com]
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Not too sure what I was meant to try, but when I put in the #include bit I got a fatal error. So that won't work, not sure what I was meant to do with the second bit. But I had already uncommented the reprapdiscount full graphics bit. could you elaborate?
Re: REPRAP full graphic LCD issue need help.
September 24, 2015 10:35PM
It sounds like some pins have got switched around or something similar. Make sure you use the newest Marlin release and give the instructions in this video a shot-Youtube


Prusa i3 Rework - Ramps 1.4 - E3d Lite6 - Full Graphic LCD Controller
Re: REPRAP full graphic LCD issue need help.
September 25, 2015 04:15AM
Sounds like your LCD-encoder switch is damaged.

What Shogun tried to tell you is #include U8glib.h, but the forum software doesn´t allow those brackets... #see attached pic
-Olaf

Edited 1 time(s). Last edit at 09/25/2015 04:20AM by o_lampe.
Attachments:
open | download - u8glib.JPG (13.5 KB)
Re: REPRAP full graphic LCD issue need help.
September 25, 2015 09:08AM
Quote
o_lampe
Sounds like your LCD-encoder switch is damaged.

What Shogun tried to tell you is #include U8glib.h, but the forum software doesn´t allow those brackets... #see attached pic
-Olaf
The seller that I purchased this LCD from sent it to me in a poly postal bag with no bubble wrap or anykind of protection so that would not surprise me if some thing was damaged the SD slot was a bit mashed. Is there anyway to test it to be for sure?
Sorry, only registered users may post in this forum.

Click here to login