|
@ -441,10 +441,10 @@ |
|
|
// Alter timing for graphical display
|
|
|
// Alter timing for graphical display
|
|
|
#if HAS_MARLINUI_U8GLIB |
|
|
#if HAS_MARLINUI_U8GLIB |
|
|
#ifndef BOARD_ST7920_DELAY_1 |
|
|
#ifndef BOARD_ST7920_DELAY_1 |
|
|
#define BOARD_ST7920_DELAY_1 DELAY_NS(96) |
|
|
#define BOARD_ST7920_DELAY_1 DELAY_NS(125) |
|
|
#endif |
|
|
#endif |
|
|
#ifndef BOARD_ST7920_DELAY_2 |
|
|
#ifndef BOARD_ST7920_DELAY_2 |
|
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(48) |
|
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(90) |
|
|
#endif |
|
|
#endif |
|
|
#ifndef BOARD_ST7920_DELAY_3 |
|
|
#ifndef BOARD_ST7920_DELAY_3 |
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(600) |
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(600) |
|
|