Browse Source

Fix LCD for Tevo Tornado (#16474)

meponderR 5 years ago
parent
commit
5e7943f19f
1 changed files with 3 additions and 0 deletions
  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 View File

1882
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1882
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1883
 //
1883
 //
1884
 #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
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
 // ReprapWorld Graphical LCD
1890
 // ReprapWorld Graphical LCD

Loading…
Cancel
Save