소스 검색
Fix ST7920 timing for Rumba32, Fysetc S6 (#20556)
Jason Smith
4 년 전
No account linked to committer's email address
|
@@ -273,7 +273,7 @@
|
273
|
273
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(48)
|
274
|
274
|
#endif
|
275
|
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
|
277
|
#endif
|
278
|
278
|
#endif
|
279
|
279
|
|
|
@@ -180,7 +180,7 @@
|
180
|
180
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(48)
|
181
|
181
|
#endif
|
182
|
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
|
184
|
#endif
|
185
|
185
|
#endif
|
186
|
186
|
|