Detail:I am using window PC. I bought the Ramps 1.4 kit and LCD form vicious1.
I flashed it with MPCNC511_GLCD, changed the single line of code in the firmware configuration.h. and added u8glib for Arduino.
From this
//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
To #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTRO
I have attached the front and back view of the LCD and how it connected to Ramps. I have tired turning the contrast and switching cables but they wont work. No error during flashing. Is there anything I missed ?
I don’t think that is the full graphic LCD, but just the smart controller. I think you need to uncomment REPRAP_DISCOUNT_SMART_CONTROLLER for that one.
No worries! I’m a newb myself, in the process of printing parts, but have made it through testing of ramps, lcd and steppers, so I knew just barely enough to comment.
Hi, I am having problems with my display. I’ve hooked the full graphics smart controller to the mini-rambo with the supplied cable but it appears to flicker in and out of the matrix. On the homescreen, the XYZ coordinates flicker question marks and other settings which should show values are completely illegible.
I bought this from the RepRap shop and they said the problem appears to be static and that the cables are too long. The supplied LCD cables are 200mm which I imagine are the shortest available and the mini-rambo is wired up via a standard 12V power adapter. Surely this is not the problem?
What version of the firmware do you have on there. One had bad LCD timing and needed to be lowered. Try the newest branch and you should be good to go.
I am sure it already had the latest versions but I tried reinstalling everything again
Arduino 1.8.12
u8glib 1.19.1
[MPCNC_MRambo_T8_16T_LCD] current version from github
The past few attempts have created an error message like this:
Arduino: 1.8.12 (Windows 10), Board: “RAMBo”
Sketch uses 111998 bytes (43%) of program storage space. Maximum is 258048 bytes.
Global variables use 4678 bytes of dynamic memory.
An error occurred while uploading the sketch
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
I did. That time I attached u8glib to the config file.
Ive tried again but it’s just a timeout error.
Arduino: 1.8.12 (Windows 10), Board: “RAMBo”
Sketch uses 103336 bytes (40%) of program storage space. Maximum is 258048 bytes.
Global variables use 4699 bytes of dynamic memory.
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
An error occurred while uploading the sketch
This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.
Yes, the Tx/Rx LED’s are flashing when I send it across so it acknowledges communication, right? I’ve tried resetting the board and resending. Yet nothing.