Skip to content

Commit

Permalink
Fix CR10 Stock Display timing with SKR_PRO V1.1 (MarlinFirmware#15446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-and authored and thinkyhead committed Oct 6, 2019
1 parent a3ec573 commit 0076e1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32/pins_BIGTREE_SKR_PRO_V1.1.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@
#define LCD_PINS_ENABLE PG7
#define LCD_PINS_D4 PG3

// CR10_Stock Display needs a different delay setting on SKR PRO v1.1, so undef it here.
// It will be defined again at the #HAS_GRAPHICAL_LCD section below.
#undef ST7920_DELAY_1
#undef ST7920_DELAY_2
#undef ST7920_DELAY_3


#else

#define LCD_PINS_RS PD10
Expand Down

0 comments on commit 0076e1e

Please sign in to comment.