Explorar el Código

Provide more options for Max7219 connection on Formbot

Roxy-3D hace 6 años
padre
commit
fa772c31bf
No account linked to committer's email address

+ 8
- 3
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration_adv.h Ver fichero

@@ -1638,10 +1638,15 @@
1638 1638
 #endif
1639 1639
 
1640 1640
 #if ENABLED(MAX7219_DEBUG)
1641
-
1641
+/*
1642 1642
 #define MAX7219_CLK_PIN   50       // Configuration of the 3 pins to control the display
1643
-#define MAX7219_DIN_PIN   51       // on RUMBA, the ICSP port is used
1644
-#define MAX7219_LOAD_PIN  52
1643
+#define MAX7219_DIN_PIN   51       // on RUMBA (or Formbot) using the ICSP port.
1644
+#define MAX7219_LOAD_PIN  52       // This will affect your use of the SD Memory card */
1645
+
1646
+#define MAX7219_CLK_PIN   41       // Configuration of the 3 pins to control the display
1647
+#define MAX7219_DIN_PIN   13       // 41 is LCD_Kill_Button, 13 is Arduino_LED, 37 is LCD_Beeper
1648
+#define MAX7219_LOAD_PIN  37
1649
+
1645 1650
 
1646 1651
   #define MAX7219_GCODE            // Add the M7219 G-code to control the LED matrix
1647 1652
   #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)

Loading…
Cancelar
Guardar