Browse Source

Update GLCD Silvergate display timing (#17518)

android444 5 years ago
parent
commit
0f0b1aff55
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.h

+ 2
- 2
Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.h View File

@@ -46,11 +46,11 @@
46 46
   #define CPU_ST7920_DELAY_1 DELAY_NS(0)
47 47
   #define CPU_ST7920_DELAY_2 DELAY_NS(0)
48 48
   #define CPU_ST7920_DELAY_3 DELAY_NS(50)
49
-#elif MB(3DRAG, K8200, K8400, SILVER_GATE)
49
+#elif MB(3DRAG, K8200, K8400)
50 50
   #define CPU_ST7920_DELAY_1 DELAY_NS(0)
51 51
   #define CPU_ST7920_DELAY_2 DELAY_NS(188)
52 52
   #define CPU_ST7920_DELAY_3 DELAY_NS(0)
53
-#elif MB(MINIRAMBO, EINSY_RAMBO, EINSY_RETRO)
53
+#elif MB(MINIRAMBO, EINSY_RAMBO, EINSY_RETRO, SILVER_GATE)
54 54
   #define CPU_ST7920_DELAY_1 DELAY_NS(0)
55 55
   #define CPU_ST7920_DELAY_2 DELAY_NS(250)
56 56
   #define CPU_ST7920_DELAY_3 DELAY_NS(0)

Loading…
Cancel
Save