소스 검색

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

Jason Smith 4 년 전
부모
커밋
57e94fb838
No account linked to committer's email address
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
  2. 1
    1
      Marlin/src/pins/stm32f4/pins_RUMBA32_common.h

+ 1
- 1
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h 파일 보기

@@ -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
 

+ 1
- 1
Marlin/src/pins/stm32f4/pins_RUMBA32_common.h 파일 보기

@@ -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
 

Loading…
취소
저장