0.92.3 Ultimaker-Smartcontroller Combo not Functional
I did a sanity check on a GT2560 (Ultimaker 1.5.7 Compatible) and Smartcontroller LCD 2004 using the Arduino Example LCD Display sketch, using the following pins, and it worked fine.
LiquidCrystal lcd(LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7);
LiquidCrystal lcd(20, 17, 16, 21, 5, 6);
The 0.92.3 Firmware configuration tool produces source with different values for these pins, but even after changing to the correct values, there is no display. The buzzer and Click Encoder pins are also not matched, but I cannot test that without display.
My guess is that some defines are overriding since I have not selected RAMPS or RUMBA. Is it the case that these two boards are the only ones supported?
Comments