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 AlexColello committed Jan 14, 2022
1 parent 98ae85f commit 3868f47
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 @@ -483,8 +483,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 3868f47

Please sign in to comment.