Adding support for using the MKS_12864OLED with the SSD1306 controller

This commit is contained in:
Dan Delaney 2017-12-16 17:44:34 -06:00
parent e8d3ea803d
commit df8420aa62
7 changed files with 25 additions and 8 deletions

View file

@ -1625,12 +1625,14 @@
//#define CR10_STOCKDISPLAY
//
// MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
// MKS OLED 1.3" 128x64 FULL GRAPHICS CONTROLLER
// http://reprap.org/wiki/MKS_12864OLED
//
// Tiny, but very sharp OLED display
// If there is a pixel shift, try the other controller.
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
// Silvergate GLCD controller
// http://github.com/android444/Silvergate