Fix, improve FYSETC_MINI_12864 support (#13730)
This commit is contained in:
committed by
Scott Lahteine
parent
69c333ead9
commit
b65cb5704d
@ -112,7 +112,7 @@
|
||||
//#define U8G_CLASS U8GLIB_MINI12864
|
||||
//#define U8G_PARAM DOGLCD_CS, DOGLCD_A0 // 8 stripes
|
||||
#define U8G_CLASS U8GLIB_MINI12864_2X
|
||||
#if EITHER(FYSETC_MINI_12864, TARGET_LPC1768)
|
||||
#if ENABLED(FYSETC_MINI_12864) && DOGLCD_SCK > 0
|
||||
#define U8G_PARAM DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, DOGLCD_A0 // 4 stripes SW-SPI
|
||||
#else
|
||||
#define U8G_PARAM DOGLCD_CS, DOGLCD_A0 // 4 stripes HW-SPI
|
||||
|
Reference in New Issue
Block a user