RepRap Graphic LCD Controller with Fan Output Campaign ends in a few hours.
http://igg.me/at/RepRap-Graphic-LCD-Controller/x/2890262
A great addition for my sanguinololu thanks for the heads up, snagged one just in time. Sorry your easy electronics board didn’t make its goal.
hi,
am having trouble setting this up copied the pins.h to the letter for ramps 1.4 yet all i get is a black screen,
if I uncomment this line in config .h file
#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display
i get an issue with LCD_contrast in the configurationstore.cpp
#ifdef DOGLCD
lcd_contrast = DEFAULT_LCD_CONTRAST; line
the error ’ lcd_contrast@ was not declared in this scope??
arduino isn’t my strongest point .
got any advice please.