@ -176,9 +176,15 @@
#define BTN_EN1 11
#define BTN_EN2 10
#define BTN_ENC 16
#define ST7920_DELAY_1 DELAY_0_NOP
#define ST7920_DELAY_2 DELAY_1_NOP
#define ST7920_DELAY_3 DELAY_2_NOP
#ifndef ST7920_DELAY_1
#endif
#ifndef ST7920_DELAY_2
#ifndef ST7920_DELAY_3
#define STD_ENCODER_PULSES_PER_STEP 4
#define STD_ENCODER_STEPS_PER_MENU_ITEM 1
@ -54,9 +54,15 @@
#define FIL_RUNOUT_PIN -1 // Uses Beeper/LED Pin Pulled to GND
// Alter timing for graphical display
#define ST7920_DELAY_1 DELAY_2_NOP
#define ST7920_DELAY_2 DELAY_2_NOP
#if ENABLED(MINIPANEL)
#undef DOGLCD_CS
@ -43,6 +43,12 @@
#define BTN_ENC 28
@ -50,6 +50,12 @@
#define BTN_EN2 11
#define BTN_ENC 26
#define ST7920_DELAY_3 DELAY_0_NOP
@ -243,9 +243,15 @@
//#define MISO 23 // 13 B3 ICSP-06 EXP2-05
// increase delays
#define ST7920_DELAY_1 DELAY_5_NOP
#define ST7920_DELAY_2 DELAY_5_NOP
#define ST7920_DELAY_3 DELAY_5_NOP
#else