Increased delay to help with GLCD artifacts.

This commit is contained in:
Brian Kahl 2021-10-05 14:49:11 -05:00
parent 0c0a7af147
commit d98a233cc0

View File

@ -2961,6 +2961,10 @@
//
#if DISABLED(TAZPro, TAZProXT)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define ST7920_DELAY_1 DELAY_NS(200) // After CLK LOW
#define ST7920_DELAY_2 DELAY_NS(400) // After DAT
#define ST7920_DELAY_3 DELAY_NS(200) // After CLK HIGH
#endif
//