Skip to content

Commit

Permalink
Fix ST7920 timing for Rumba32, Fysetc S6 (MarlinFirmware#20556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored and zillarob committed Feb 25, 2021
1 parent d2d9540 commit 48a615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
#define BOARD_ST7920_DELAY_2 DELAY_NS(48)
#endif
#ifndef BOARD_ST7920_DELAY_3
#define BOARD_ST7920_DELAY_3 DELAY_NS(600)
#define BOARD_ST7920_DELAY_3 DELAY_NS(640)
#endif
#endif

Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_RUMBA32_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
#define BOARD_ST7920_DELAY_2 DELAY_NS(48)
#endif
#ifndef BOARD_ST7920_DELAY_3
#define BOARD_ST7920_DELAY_3 DELAY_NS(600)
#define BOARD_ST7920_DELAY_3 DELAY_NS(640)
#endif
#endif

Expand Down

0 comments on commit 48a615b

Please sign in to comment.