Follow-up and improvement the PR #4053 (CNControls Cartesio UI Support)

・Add implimantation of PR #3609 to configuration files of Cartesio
・Standardize macro names
This commit is contained in:
esenapaj
2016-06-16 19:22:31 +09:00
parent cd9ecfdcb1
commit 106227540e
4 changed files with 31 additions and 5 deletions

View File

@@ -143,7 +143,7 @@
U8GLIB_ST7920_128X64_RRD u8g(0);
#elif defined(CARTESIO_UI)
// The CartesioUI display with SW-SPI
U8GLIB_DOGM128 u8g(DOGLCD_sck, DOGLCD_mosi, DOGLCD_cs, DOGLCD_a0);
U8GLIB_DOGM128 u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, DOGLCD_A0);
#elif ENABLED(U8GLIB_LM6059_AF)
// Based on the Adafruit ST7565 (http://www.adafruit.com/products/250)
U8GLIB_LM6059 u8g(DOGLCD_CS, DOGLCD_A0);