Adding support for using the MKS_12864OLED with the SSD1306 controller
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user