Fix Max7219 control pins for use with 32-bit platforms

This commit is contained in:
Roxy-3D 2018-06-04 13:37:23 -05:00 committed by GitHub
parent c16e41e9e6
commit d550da084f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1649,13 +1649,13 @@
#define MAX7219_DIN_PIN 57 // on RAMPS
#define MAX7219_LOAD_PIN 44 // on RAMPS
//#define MAX7219_CLK_PIN 77 // on Re-ARM // Configuration of the 3 pins to control the display
//#define MAX7219_DIN_PIN 78 // on Re-ARM
//#define MAX7219_LOAD_PIN 79 // on Re-ARM
//#define MAX7219_CLK_PIN P1_04 // on Re-ARM ENET_TX_EN J12-10
//#define MAX7219_DIN_PIN P1_00 // on Re-ARM ENET_TXD0 J12-11
//#define MAX7219_LOAD_PIN P1_01 // on Re-ARM ENET_TXD1 J12-12
//#define MAX7219_CLK_PIN 30 // for RAMPS E1 // Configuration of the 3 pins to control the display
//#define MAX7219_DIN_PIN 34 // for RAMPS E1
//#define MAX7219_LOAD_PIN 36 // for RAMPS E1
//#define MAX7219_CLK_PIN P4_29 // for RAMPS E1 on Re-ARM E1_ENABLE_PIN P4_29
//#define MAX7219_DIN_PIN P2_13 // for RAMPS E1 on Re-ARM E1_DIR_PIN P2_13
//#define MAX7219_LOAD_PIN P2_08 // for RAMPS E1 on Re-ARM E1_STEP_PIN P2_08
/**
* Sample debug features