Browse Source

Update LCD timing on Formbot T-Rex 2+ machines

The code is slightly more optimized than it used to be and this has caused the setup and hold times on the Formbot T-Rex 2+ machines to be insufficient.   This change gives sufficient margin and the LCD Display is clean again.
Roxy-3D 4 years ago
parent
commit
075a86b076
No account linked to committer's email address
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h

+ 9
- 0
Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h View File

@@ -22,6 +22,15 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
+ * Override default LCD timing for Formbot T-Rex 2+ machines.
26
+ * The long LCD cables and the routing near electrically noisy stepper motors
27
+ * requires a slightly longer setup and hold time on the signals.
28
+ */
29
+#define BOARD_ST7920_DELAY_1 DELAY_NS(200)
30
+#define BOARD_ST7920_DELAY_2 DELAY_NS(200)
31
+#define BOARD_ST7920_DELAY_3 DELAY_NS(200)
32
+
33
+/**
25 34
  * Formbot pin assignments
26 35
  */
27 36
 

Loading…
Cancel
Save