Skip to content
Snippets Groups Projects
Commit 0076e1e7 authored by Daniel Andersen's avatar Daniel Andersen Committed by Scott Lahteine
Browse files

Fix CR10 Stock Display timing with SKR_PRO V1.1 (#15446)

parent a3ec5739
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment