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
|
|
@ -334,7 +334,7 @@
|
|||
|
||||
#else
|
||||
|
||||
#if ENABLED(MKS_12864OLED)
|
||||
#if ENABLED(MKS_12864OLED) || ENABLED(MKS_12864OLED_SSD1306)
|
||||
#define LCD_PINS_DC 25 // Set as output on init
|
||||
#define LCD_PINS_RS 27 // Pull low for 1s to init
|
||||
// DOGM SPI LCD Support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue