|
@@ -118,7 +118,7 @@ static const uint8_t u8g_dev_uc1701_mini12864_HAL_init_seq[] PROGMEM = {
|
118
|
118
|
static const uint8_t u8g_dev_uc1701_mini12864_HAL_data_start[] PROGMEM = {
|
119
|
119
|
U8G_ESC_ADR(0), // instruction mode
|
120
|
120
|
U8G_ESC_CS(1), // enable chip
|
121
|
|
- #if EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
|
|
121
|
+ #if ANY(MKS_MINI_12864, ENDER2_STOCKDISPLAY, FYSETC_MINI_12864)
|
122
|
122
|
UC1701_START_LINE(0), // set display start line to 0
|
123
|
123
|
UC1701_ADC_REVERSE(0), // ADC set to reverse
|
124
|
124
|
UC1701_OUT_MODE(1), // common output mode
|