board Anet V1.0 display LCD2004A with 5 buttons
Hello. I bought the board Anet V1.0 LCD2004A display with 5 buttons. Display lights, but only shows white square and 5 buttons do not work. Board communicates with the computer and the computer prints. Can you help me? Thank you for helping Mira
Comments
not working display can have many issues, even the connection from controller to display.
if the wire is not well done for example. i see you have a multimeter. can you check cable for short circuits between pins?
somtimes that pressed connectors make trouble.
unconnect cable on both ends to check cable !!
what display did you select in firmware? did you use configuration tool ?
Video is nice, but not the information i need to help.
can you post the configuration.h file?
Hello. schema nor any documentation does not. Likely Chinese clone Melzi 2.0. I have electro education. So I'm linking Measured, is in order. On board 5V it goes on the backlight on pins 15,16. brightness control, too ok.na motherboard I Measured yet 3.3V. problem will in settings or firmware.
I'm not configure anything. I do not know how to get out of the configuration.h
https://drive.google.com/folderview?id=0ByLYwRW7dp9xOW42elZLWm1fN1E&usp=drive_web&tid=0ByLYwRW7dp9xckFDTnFmOWI4cjQ
so that cannot work. do you already have arduino ide installed on your computer ?
it´s not just "plug and play" , the controller you have is not included in arduino by default.
so you need the support for your melzi board installed also.
anyway , ask the dealer you bought the printer about firmware files, just to see what´s actually installed.
I´m not familiar with the melzi board , so maybe you´ll find some support respectively how to add the board in arduino forum
the forum wont allow me to post the entire Configuration.h but here is the LCD settings:
#define HAVE_ADC_KEYPAD true
#define HAVE_LCD true
#define FEATURE_CONTROLLER 16//8
also there is code in pins.h, locate the section for "MOTHERBOARD == 63",
#if 1//def HAVE_LCD
//OMNI3D UI
#define LCD_PINS_RS 28//A3
#define LCD_PINS_ENABLE 29//A2
#define LCD_PINS_D4 10
#define LCD_PINS_D5 11
#define LCD_PINS_D6 16
#define LCD_PINS_D7 17
#define ADC_KEYPAD_PIN 1//D30
#endif
I believe that will make the lcd and buttons work.