<font face="Arial, Verdana" size="2">I have been working around this for a while but I don't seen to get it to work. </font>
<font face="Arial, Verdana" size="2">"</font><font color="#555555" face="Open Sans, Arial, serif" size="3">Then add initalization for that driver in ui.cpp" - may you elaborate more on this. </font>
<font color="#555555" face="Open Sans, Arial, serif" size="3">
</font>
<font color="#555555" face="Open Sans, Arial, serif" size="3">Do I need to modify the SPI pin configuration in ui.h </font>
#else // RAMPS
#undef BEEPER_PIN
#define BEEPER_PIN 37
#define UI_DISPLAY_RS_PIN 16
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 17
#define UI_DISPLAY_D0_PIN 23
#define UI_DISPLAY_D1_PIN 25
#define UI_DISPLAY_D2_PIN 27
#define UI_DISPLAY_D3_PIN 29
#define UI_DISPLAY_D4_PIN 23
#define UI_DISPLAY_D5_PIN 25
#define UI_DISPLAY_D6_PIN 27
#define UI_DISPLAY_D7_PIN 29
#define UI_ENCODER_A 33
#define UI_ENCODER_B 31
#define UI_ENCODER_CLICK 35
#define UI_RESET_PIN 41
#endif
??