Skip to content

Commit

Permalink
🩹 Adjust GTR 1.0 ST7920 display delay (MarlinFirmware#22904)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims authored and Darred committed Dec 1, 2021
1 parent 7728315 commit f5577bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f5577bb

Please sign in to comment.