Browse Source

Einsy Full Graphic LCD Fix (#11604)

Fixed issue with LCD timings for Einsy RAMBo board.
jneilliii 5 years ago
parent
commit
3671c63cde
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.cpp

+ 1
- 1
Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.cpp View File

@@ -60,7 +60,7 @@
60 60
   #define CPU_ST7920_DELAY_1 DELAY_NS(0)
61 61
   #define CPU_ST7920_DELAY_2 DELAY_NS(188)
62 62
   #define CPU_ST7920_DELAY_3 DELAY_NS(0)
63
-#elif MB(MINIRAMBO)
63
+#elif MB(MINIRAMBO) || MB(EINSY_RAMBO)
64 64
   #define CPU_ST7920_DELAY_1 DELAY_NS(0)
65 65
   #define CPU_ST7920_DELAY_2 DELAY_NS(250)
66 66
   #define CPU_ST7920_DELAY_3 DELAY_NS(0)

Loading…
Cancel
Save