ramps-fd (arduino due) + 12864 Full graphic smart controller
1
Hi!
I connect to the Arduino due the rams-Fd V1.0 LCD adapter display 12864 (Full graphic) .
I connect to the Arduino due the rams-Fd V1.0 LCD adapter display 12864 (Full graphic) .
It glows, but the hiring does not display anything. Flash version 0.92.
(A branch read, but have not figured out how to make it work)
Please help.
(A branch read, but have not figured out how to make it work)
Please help.
Comments
I insert rows into ui.h
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
#define BEEPER 37
#define BTN_EN1 33
#define BTN_EN2 31
#define BTN_ENC 35
#define SDCARDDETECT 49
What am I missing?