Browse Source

🩹 Improved SKR2 12864 LCD Delays (#21956)

vanilla_fb_2.0.x
LawnMo 3 years ago
committed by Scott Lahteine
parent
commit
9adaf92674
  1. 6
      Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h

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

@ -502,13 +502,13 @@
// Alter timing for graphical display // Alter timing for graphical display
#if HAS_MARLINUI_U8GLIB #if HAS_MARLINUI_U8GLIB
#ifndef BOARD_ST7920_DELAY_1 #ifndef BOARD_ST7920_DELAY_1
#define BOARD_ST7920_DELAY_1 DELAY_NS(96) #define BOARD_ST7920_DELAY_1 DELAY_NS(120)
#endif #endif
#ifndef BOARD_ST7920_DELAY_2 #ifndef BOARD_ST7920_DELAY_2
#define BOARD_ST7920_DELAY_2 DELAY_NS(48) #define BOARD_ST7920_DELAY_2 DELAY_NS(80)
#endif #endif
#ifndef BOARD_ST7920_DELAY_3 #ifndef BOARD_ST7920_DELAY_3
#define BOARD_ST7920_DELAY_3 DELAY_NS(600) #define BOARD_ST7920_DELAY_3 DELAY_NS(580)
#endif #endif
#endif #endif

Loading…
Cancel
Save