Browse Source

🩹 Adjust GTR 1.0 ST7920 display delay (#22904)

vanilla_fb_2.0.x
Minims 3 years ago
committed by Scott Lahteine
parent
commit
031f17b4f3
  1. 6
      Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h

6
Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h

@ -483,9 +483,9 @@
#endif
// Alter timing for graphical display
#if ENABLED(U8GLIB_ST7920)
#define BOARD_ST7920_DELAY_1 96
#define BOARD_ST7920_DELAY_2 48
#if IS_U8GLIB_ST7920
#define BOARD_ST7920_DELAY_1 125
#define BOARD_ST7920_DELAY_2 90
#define BOARD_ST7920_DELAY_3 600
#endif

Loading…
Cancel
Save