Browse Source

Fix LCD for Tevo Tornado (#16474)

pull/1/head
meponderR 5 years ago
committed by Scott Lahteine
parent
commit
5e7943f19f
  1. 3
      config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h

3
config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h

@ -1882,6 +1882,9 @@
// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
// //
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define ST7920_DELAY_1 DELAY_NS(150)
#define ST7920_DELAY_2 DELAY_NS(150)
#define ST7920_DELAY_3 DELAY_NS(150)
// //
// ReprapWorld Graphical LCD // ReprapWorld Graphical LCD

Loading…
Cancel
Save