From 031f17b4f3dfca4a66384d40ce48b7d33315c75a Mon Sep 17 00:00:00 2001 From: Minims Date: Sun, 10 Oct 2021 01:10:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Adjust=20GTR=201.0=20ST7920=20di?= =?UTF-8?q?splay=20delay=20(#22904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h b/Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h index 68948f7de9..95f74efe84 100644 --- a/Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h +++ b/Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h @@ -483,9 +483,9 @@ #endif // Alter timing for graphical display - #if ENABLED(U8GLIB_ST7920) - #define BOARD_ST7920_DELAY_1 96 - #define BOARD_ST7920_DELAY_2 48 + #if IS_U8GLIB_ST7920 + #define BOARD_ST7920_DELAY_1 125 + #define BOARD_ST7920_DELAY_2 90 #define BOARD_ST7920_DELAY_3 600 #endif