[2.0.x] Adding support for using the MKS_12864OLED with the SSD1306 controller (#8814)
* Adding support for using the MKS_12864OLED with the SSD1306 controller * Update comment for correct controller type
This commit is contained in:
parent
2690ce7a96
commit
b055d8c39c
6 changed files with 26 additions and 8 deletions
|
|
@ -130,6 +130,11 @@
|
|||
#define REPRAP_DISCOUNT_SMART_CONTROLLER
|
||||
#define U8GLIB_SH1106
|
||||
|
||||
#elif ENABLED(MKS_12864OLED_SSD1306)
|
||||
|
||||
#define REPRAP_DISCOUNT_SMART_CONTROLLER
|
||||
#define U8GLIB_SSD1306
|
||||
|
||||
#elif ENABLED(MKS_MINI_12864)
|
||||
|
||||
#define MINIPANEL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue