Просмотр исходного кода

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 лет назад
Родитель
Сommit
075a86b076
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 9 добавлений и 0 удалений
  1. 9
    0
      Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h

+ 9
- 0
Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h Просмотреть файл

@@ -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
 

Загрузка…
Отмена
Сохранить