Skip to content
Snippets Groups Projects
Commit 608a6810 authored by Greg Nutt's avatar Greg Nutt Committed by Scott Lahteine
Browse files

Fix DOGLCD_A0 pin in pins_Smoothieboard.h (#13217)

parent 80359c99
Branches
Tags
Loading
......@@ -98,12 +98,12 @@
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN P1_31
//#define DOGLCD_A0 P2_06
#define DOGLCD_A0 P2_11
#define DOGLCD_CS P0_16
#define BTN_EN1 P3_25
#define BTN_EN2 P3_26
#define BTN_ENC P2_11
#define BTN_ENC P1_30
#define SD_DETECT_PIN P1_18
#define SDSS P1_21
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment