Browse Source

Update display timing for SKR Pro (#21346)

XDA-Bam 3 years ago
parent
commit
b9b9a3115a
No account linked to committer's email address

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI_V2.h View File

29
     #define BOARD_ST7920_DELAY_1 DELAY_NS(0)
29
     #define BOARD_ST7920_DELAY_1 DELAY_NS(0)
30
   #endif
30
   #endif
31
   #ifndef BOARD_ST7920_DELAY_2
31
   #ifndef BOARD_ST7920_DELAY_2
32
-    #define BOARD_ST7920_DELAY_2 DELAY_NS(188)
32
+    #define BOARD_ST7920_DELAY_2 DELAY_NS(400)
33
   #endif
33
   #endif
34
   #ifndef BOARD_ST7920_DELAY_3
34
   #ifndef BOARD_ST7920_DELAY_3
35
     #define BOARD_ST7920_DELAY_3 DELAY_NS(0)
35
     #define BOARD_ST7920_DELAY_3 DELAY_NS(0)

+ 2
- 2
Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h View File

441
 // Alter timing for graphical display
441
 // Alter timing for graphical display
442
 #if HAS_MARLINUI_U8GLIB
442
 #if HAS_MARLINUI_U8GLIB
443
   #ifndef BOARD_ST7920_DELAY_1
443
   #ifndef BOARD_ST7920_DELAY_1
444
-    #define BOARD_ST7920_DELAY_1    DELAY_NS(96)
444
+    #define BOARD_ST7920_DELAY_1    DELAY_NS(125)
445
   #endif
445
   #endif
446
   #ifndef BOARD_ST7920_DELAY_2
446
   #ifndef BOARD_ST7920_DELAY_2
447
-    #define BOARD_ST7920_DELAY_2    DELAY_NS(48)
447
+    #define BOARD_ST7920_DELAY_2    DELAY_NS(90)
448
   #endif
448
   #endif
449
   #ifndef BOARD_ST7920_DELAY_3
449
   #ifndef BOARD_ST7920_DELAY_3
450
     #define BOARD_ST7920_DELAY_3   DELAY_NS(600)
450
     #define BOARD_ST7920_DELAY_3   DELAY_NS(600)

Loading…
Cancel
Save