Browse Source

Update Anet V1.0 display timing (#21425)

Ramiro Polla 4 years ago
parent
commit
e7596d92c7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/sanguino/pins_ANET_10.h

+ 1
- 1
Marlin/src/pins/sanguino/pins_ANET_10.h View File

@@ -191,7 +191,7 @@
191 191
       #define BTN_EN1                         11
192 192
       #define BTN_EN2                         10
193 193
       #define BTN_ENC                         16
194
-      #define BOARD_ST7920_DELAY_1 DELAY_NS(0)
194
+      #define BOARD_ST7920_DELAY_1 DELAY_NS(125)
195 195
       #define BOARD_ST7920_DELAY_2 DELAY_NS(63)
196 196
       #define BOARD_ST7920_DELAY_3 DELAY_NS(125)
197 197
     #endif

Loading…
Cancel
Save