Explorar el Código

Fix LCD for Tevo Tornado (#16474)

meponderR hace 4 años
padre
commit
5e7943f19f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 Ver fichero

@@ -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…
Cancelar
Guardar