|
@@ -492,13 +492,13 @@
|
492
|
492
|
// Alter timing for graphical display
|
493
|
493
|
#if HAS_MARLINUI_U8GLIB
|
494
|
494
|
#ifndef BOARD_ST7920_DELAY_1
|
495
|
|
- #define BOARD_ST7920_DELAY_1 DELAY_NS(96)
|
|
495
|
+ #define BOARD_ST7920_DELAY_1 DELAY_NS(120) // DELAY_NS(96)
|
496
|
496
|
#endif
|
497
|
497
|
#ifndef BOARD_ST7920_DELAY_2
|
498
|
|
- #define BOARD_ST7920_DELAY_2 DELAY_NS(48)
|
|
498
|
+ #define BOARD_ST7920_DELAY_2 DELAY_NS(80) // DELAY_NS(48)
|
499
|
499
|
#endif
|
500
|
500
|
#ifndef BOARD_ST7920_DELAY_3
|
501
|
|
- #define BOARD_ST7920_DELAY_3 DELAY_NS(600)
|
|
501
|
+ #define BOARD_ST7920_DELAY_3 DELAY_NS(580) // DELAY_NS(600)
|
502
|
502
|
#endif
|
503
|
503
|
#endif
|
504
|
504
|
|