Adding support for using the MKS_12864OLED with the SSD1306 controller
This commit is contained in:
parent
e8d3ea803d
commit
df8420aa62
7 changed files with 25 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue