Adding support for using the MKS_12864OLED with the SSD1306 controller

This commit is contained in:
Dan Delaney 2017-12-16 17:44:34 -06:00
parent e8d3ea803d
commit df8420aa62
7 changed files with 25 additions and 8 deletions

View file

@ -14515,7 +14515,7 @@ void setup() {
pe_deactivate_magnet(1);
#endif
#endif
#if ENABLED(MKS_12864OLED)
#if ENABLED(MKS_12864OLED) || ENABLED(MKS_12864OLED_SSD1306)
SET_OUTPUT(LCD_PINS_DC);
OUT_WRITE(LCD_PINS_RS, LOW);
delay(1000);