full control graphic lcd Blank

I recently purchaced a full control graphic lcd and it is backlit but blank. I used the configuration tool and selected the one for the full control graphic lcd but that hasnt helped. Im using a standard ramps 1.4 board with the smart connector. 

Comments

  • That combination is well tested and works out of the box (FEATURE_CONTROLLER 11 is the right value in configuration.h). If that is the case check cable orientation or mixing the 2 cables and if the cables are crimped correctly (have already heard about that error).
  • Thanks for the quick reply and sorry for the delay of my reply. the screen is on but shows no images I have tried trimming the pot but that was also no help. 

    my code in the controller section is as follows: 

    #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
    #define SDSUPPORT 0
    #undef SDCARDDETECT
    #define SDCARDDETECT -1
    #define SDCARDDETECTINVERTED 0
    #define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don't use this with Pronterface! */
    #define SD_RUN_ON_STOP ""
    #define SD_STOP_HEATER_AND_MOTORS_ON_STOP 1
    #define ARC_SUPPORT 1
    #define FEATURE_MEMORY_POSITION 1
    #define FEATURE_CHECKSUM_FORCED 0
    #define FEATURE_FAN_CONTROL 1
    #define FEATURE_FAN2_CONTROL 0
    #define FEATURE_CONTROLLER 11
    #define ADC_KEYPAD_PIN -1
    #define LANGUAGE_EN_ACTIVE 1
    #define LANGUAGE_DE_ACTIVE 0
    #define LANGUAGE_NL_ACTIVE 0
    #define LANGUAGE_PT_ACTIVE 0
    #define LANGUAGE_IT_ACTIVE 0
    #define LANGUAGE_ES_ACTIVE 0
    #define LANGUAGE_FI_ACTIVE 0
    #define LANGUAGE_SE_ACTIVE 0
    #define LANGUAGE_FR_ACTIVE 0
    #define LANGUAGE_CZ_ACTIVE 0
    #define LANGUAGE_PL_ACTIVE 0
    #define LANGUAGE_TR_ACTIVE 0
    #define UI_PRINTER_NAME "RepRap"
    #define UI_PRINTER_COMPANY "Home made"
    #define UI_PAGES_DURATION 4000
    #define UI_ANIMATION 0
    #define UI_SPEEDDEPENDENT_POSITIONING 0
    #define UI_DISABLE_AUTO_PAGESWITCH 1
    #define UI_AUTORETURN_TO_MENU_AFTER 30000
    #define FEATURE_UI_KEYS 0
    #define UI_ENCODER_SPEED 1
    #define UI_REVERSE_ENCODER 0
    #define UI_KEY_BOUNCETIME 10
    #define UI_KEY_FIRST_REPEAT 500
    #define UI_KEY_REDUCE_REPEAT 50
    #define UI_KEY_MIN_REPEAT 50
    #define FEATURE_BEEPER 0
    #define CASE_LIGHTS_PIN -1
    #define CASE_LIGHT_DEFAULT_ON 1
    #define UI_START_SCREEN_DELAY 1000
    #define UI_DYNAMIC_ENCODER_SPEED 1
  • To clarify I get a backlight but no display and no beeps as I turn the rotary encoder
  • That is correct for RAMPS with RRD Full Graphic controller. If you have enough RAM (900 byte) shown on compilation result in Arduino IDE it would work.

    So in that case check hardware - cables connected to right ports on RAMPS with right orientation? Do the connector cables work (test if it connects the right pins only and not neighbouring pins and most of all, all pins.).
  • Hello, I have the same issus, for the record all the hardware work becouse is working with marlin 1.1.0-1, but when I install the repetier firmware, no mather the version, the screen is blank with back light and after the ms that I define in the configuration the rotary encoder work becouse I ear the beeper, so I don't think that is hardware, but some miss configuration , or the arduino IDE don´t meke the correct compilatio, I don't know.
Sign In or Register to comment.