Support for REPRAPWORLD_GRAPHICAL_LCD

This commit is contained in:
brupje
2016-06-21 14:39:10 +02:00
committed by Scott Lahteine
parent 54f4f80077
commit a60a668f6b
6 changed files with 97 additions and 12 deletions

View File

@@ -141,7 +141,9 @@
#define START_COL 0
// LCD selection
#if ENABLED(U8GLIB_ST7920)
#if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_RS);
#elif ENABLED(U8GLIB_ST7920)
//U8GLIB_ST7920_128X64_RRD u8g(0,0,0);
U8GLIB_ST7920_128X64_RRD u8g(0);
#elif defined(CARTESIO_UI)