Browse Source

Fix pin mappings for Viki2 on Azteeg X5 GT (#10487)

pull/1/head
Alexey Shvetsov 7 years ago
committed by Scott Lahteine
parent
commit
ad58b626a3
  1. 10
      Marlin/src/pins/pins_AZTEEG_X5_GT.h

10
Marlin/src/pins/pins_AZTEEG_X5_GT.h

@ -93,7 +93,7 @@
//
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN P1_30
#define BEEPER_PIN P1_31
#define DOGLCD_A0 P2_06
#define DOGLCD_CS P0_16
@ -101,11 +101,11 @@
#define BTN_EN2 P3_26
#define BTN_ENC P2_11
//#define SD_DETECT_PIN P1_18
//#define SDSS P1_21
#define SD_DETECT_PIN P1_18
#define SDSS P1_21
#define STAT_LED_RED_PIN P0_26
#define STAT_LED_BLUE_PIN P1_21
#define STAT_LED_RED_PIN P1_19
#define STAT_LED_BLUE_PIN P1_20
#endif
//

Loading…
Cancel
Save