Safer delays for EINSY_RAMBO + RRDFGSC
This commit is contained in:
parent
aa9e4687d7
commit
1321941d03
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||
#define CPU_ST7920_DELAY_2 DELAY_NS(188)
|
||||
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
||||
#elif MB(MINIRAMBO)
|
||||
#elif MB(MINIRAMBO) || MB(EINSY_RAMBO)
|
||||
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||
#define CPU_ST7920_DELAY_2 DELAY_NS(250)
|
||||
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
||||
|
|
Loading…
Reference in a new issue