Hi,
after fiddeling around I was able to run a RAMPS-FD + Geetech RAMPS-FD Adapter + RepRap Full Graphics Smart Controller.
Rotary, SD and Display works with RAMPS-FD and Due.
All I had to do was adding the right Pin configuration in configuration.h
// ################## EDIT THESE SETTINGS MANUALLY ################
////// Settings RAMPS Display
// ramps-fd lcd adaptor
#define LCD_PINS_RS 16
#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
// ende Settings RAMPS Display
// ################ END MANUAL SETTINGS ##########################
AND I had to rotate the plugs in the RAMPS-FD LCD Adapter from GeeTech 180 Deg.
Very professional by putting them in with force and ignore the nose :-D
Can you please add this configuration ? I'm pretty sure I forget these in 2 months again.
Greetings
Domi