浏览代码

Fix CR10 Stock Display timing with SKR_PRO V1.1 (#15446)

Daniel Andersen 5 年前
父节点
当前提交
0076e1e792
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      Marlin/src/pins/stm32/pins_BIGTREE_SKR_PRO_V1.1.h

+ 7
- 0
Marlin/src/pins/stm32/pins_BIGTREE_SKR_PRO_V1.1.h 查看文件

@@ -207,6 +207,13 @@
207 207
     #define LCD_PINS_ENABLE PG7
208 208
     #define LCD_PINS_D4    PG3
209 209
 
210
+    // CR10_Stock Display needs a different delay setting on SKR PRO v1.1, so undef it here. 
211
+    // It will be defined again at the #HAS_GRAPHICAL_LCD section below.
212
+    #undef ST7920_DELAY_1
213
+    #undef ST7920_DELAY_2
214
+    #undef ST7920_DELAY_3
215
+
216
+
210 217
   #else
211 218
 
212 219
     #define LCD_PINS_RS    PD10

正在加载...
取消
保存