We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75c3b6 commit 9adaf92Copy full SHA for 9adaf92
Marlin/src/pins/stm32f4/pins_BTT_SKR_V2_0_common.h
@@ -502,13 +502,13 @@
502
// Alter timing for graphical display
503
#if HAS_MARLINUI_U8GLIB
504
#ifndef BOARD_ST7920_DELAY_1
505
- #define BOARD_ST7920_DELAY_1 DELAY_NS(96)
+ #define BOARD_ST7920_DELAY_1 DELAY_NS(120)
506
#endif
507
#ifndef BOARD_ST7920_DELAY_2
508
- #define BOARD_ST7920_DELAY_2 DELAY_NS(48)
+ #define BOARD_ST7920_DELAY_2 DELAY_NS(80)
509
510
#ifndef BOARD_ST7920_DELAY_3
511
- #define BOARD_ST7920_DELAY_3 DELAY_NS(600)
+ #define BOARD_ST7920_DELAY_3 DELAY_NS(580)
512
513
514
0 commit comments