Add some new LCD displays
- Original CR-10 - MKS Mini Display
This commit is contained in:
parent
067622fcc6
commit
c7e0a49c94
41 changed files with 1249 additions and 66 deletions
|
|
@ -13583,6 +13583,12 @@ void setup() {
|
|||
pe_deactivate_magnet(1);
|
||||
#endif
|
||||
#endif
|
||||
#if ENABLED(MKS_12864OLED)
|
||||
SET_OUTPUT(LCD_PINS_DC);
|
||||
OUT_WRITE(LCD_PINS_RS, LOW);
|
||||
delay(1000);
|
||||
WRITE(LCD_PINS_RS, HIGH);
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue