Browse Source

Fix ST7920 timing for Rumba32, Fysetc S6 (#20556)

Jason Smith 4 years ago
parent
commit
57e94fb838
No account linked to committer's email address

+ 1
- 1
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h View File

273
       #define BOARD_ST7920_DELAY_2  DELAY_NS(48)
273
       #define BOARD_ST7920_DELAY_2  DELAY_NS(48)
274
     #endif
274
     #endif
275
     #ifndef BOARD_ST7920_DELAY_3
275
     #ifndef BOARD_ST7920_DELAY_3
276
-      #define BOARD_ST7920_DELAY_3 DELAY_NS(600)
276
+      #define BOARD_ST7920_DELAY_3 DELAY_NS(640)
277
     #endif
277
     #endif
278
   #endif
278
   #endif
279
 
279
 

+ 1
- 1
Marlin/src/pins/stm32f4/pins_RUMBA32_common.h View File

180
       #define BOARD_ST7920_DELAY_2 DELAY_NS(48)
180
       #define BOARD_ST7920_DELAY_2 DELAY_NS(48)
181
     #endif
181
     #endif
182
     #ifndef BOARD_ST7920_DELAY_3
182
     #ifndef BOARD_ST7920_DELAY_3
183
-      #define BOARD_ST7920_DELAY_3 DELAY_NS(600)
183
+      #define BOARD_ST7920_DELAY_3 DELAY_NS(640)
184
     #endif
184
     #endif
185
   #endif
185
   #endif
186
 
186
 

Loading…
Cancel
Save