瀏覽代碼

SKR mini can use 128x64 LCD (#14388)

Msq001 5 年之前
父節點
當前提交
e3846ec7a1
共有 2 個文件被更改,包括 11 次插入1 次删除
  1. 10
    0
      Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h
  2. 1
    1
      platformio.ini

+ 10
- 0
Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h 查看文件

@@ -179,3 +179,13 @@
179 179
   #define MOSI_PIN      PA7
180 180
   #define SS_PIN        PA4
181 181
 #endif
182
+
183
+#ifndef ST7920_DELAY_1
184
+  #define ST7920_DELAY_1 DELAY_NS(125)
185
+#endif
186
+#ifndef ST7920_DELAY_2
187
+  #define ST7920_DELAY_2 DELAY_NS(125)
188
+#endif
189
+#ifndef ST7920_DELAY_3
190
+  #define ST7920_DELAY_3 DELAY_NS(125)
191
+#endif

+ 1
- 1
platformio.ini 查看文件

@@ -312,7 +312,7 @@ build_flags   = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
312 312
   ${common.build_flags} -std=gnu++14
313 313
 build_unflags = -std=gnu++11
314 314
 lib_deps      = ${common.lib_deps}
315
-lib_ignore    = U8glib-HAL
315
+lib_ignore    =
316 316
   c1921b4
317 317
   libf3c
318 318
   lib066

Loading…
取消
儲存