added MaKr3d Melzi board

This commit is contained in:
Michael Mayer
2013-07-14 15:17:55 +07:00
parent acb3271c9a
commit 99b7e926e7
4 changed files with 51 additions and 6 deletions

View File

@ -78,7 +78,11 @@
#ifdef U8GLIB_ST7920
//U8GLIB_ST7920_128X64_RRD u8g(0,0,0);
U8GLIB_ST7920_128X64_RRD u8g(0);
#elsif defined(MAKRPANEL)
// The MaKrPanel display, ST7565 controller as well
U8GLIB_NHD_C12864 u8g(DOGLCD_CS, DOGLCD_A0);
#else
// for regular DOGM128 display with HW-SPI
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
#endif