Support for SAV_3DGLCD OLED LCD controller

This commit is contained in:
Scott Lahteine
2016-05-31 11:47:37 -07:00
parent bd97bbc52a
commit a0b000d752
21 changed files with 141 additions and 5 deletions

View File

@ -1063,6 +1063,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
//
//#define U8GLIB_SSD1306
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
//#define SAV_3DGLCD
#if ENABLED(SAV_3DGLCD)
//#define U8GLIB_SSD1306
#define U8GLIB_SH1106
#endif
//
// CONTROLLER TYPE: Shift register panels
//