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 ptoal committed Jan 12, 2022
1 parent 87481bf commit f80363f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@

// Alter timing for graphical display
#if IS_U8GLIB_ST7920
#define BOARD_ST7920_DELAY_1 96
#define BOARD_ST7920_DELAY_2 48
#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 f80363f

Please sign in to comment.