mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-19 23:54:19 +00:00
🩹 Adjust GTR 1.0 ST7920 display delay (#22904)
This commit is contained in:
parent
886c59dc10
commit
33809ae000
1 changed files with 2 additions and 2 deletions
|
@ -484,8 +484,8 @@
|
||||||
|
|
||||||
// Alter timing for graphical display
|
// Alter timing for graphical display
|
||||||
#if IS_U8GLIB_ST7920
|
#if IS_U8GLIB_ST7920
|
||||||
#define BOARD_ST7920_DELAY_1 96
|
#define BOARD_ST7920_DELAY_1 125
|
||||||
#define BOARD_ST7920_DELAY_2 48
|
#define BOARD_ST7920_DELAY_2 90
|
||||||
#define BOARD_ST7920_DELAY_3 600
|
#define BOARD_ST7920_DELAY_3 600
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue