瀏覽代碼

Fix LCD for Tevo Tornado (#16474)

meponderR 4 年之前
父節點
當前提交
5e7943f19f
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h

+ 3
- 0
config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h 查看文件

@@ -1882,6 +1882,9 @@
1882 1882
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1883 1883
 //
1884 1884
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1885
+#define ST7920_DELAY_1 DELAY_NS(150)
1886
+#define ST7920_DELAY_2 DELAY_NS(150)
1887
+#define ST7920_DELAY_3 DELAY_NS(150)
1885 1888
 
1886 1889
 //
1887 1890
 // ReprapWorld Graphical LCD

Loading…
取消
儲存