Browse Source

Folger Tech i3-2020 now defaults to 2 Max7219 units

Roxy-3D 7 years ago
parent
commit
03b01e2500
No account linked to committer's email address

+ 1
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

1697
 
1697
 
1698
   #define MAX7219_GCODE            // Add the M7219 G-code to control the LED matrix
1698
   #define MAX7219_GCODE            // Add the M7219 G-code to control the LED matrix
1699
   #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)
1699
   #define MAX7219_INIT_TEST    2   // Do a test pattern at initialization (Set to 2 for spiral)
1700
-  #define MAX7219_NUMBER_UNITS 1   // Number of Max7219 units in chain.
1700
+  #define MAX7219_NUMBER_UNITS 2   // Number of Max7219 units in chain.
1701
   #define MAX7219_ROTATE     -90   // Rotate the display clockwise (in multiples of +/- 90°)
1701
   #define MAX7219_ROTATE     -90   // Rotate the display clockwise (in multiples of +/- 90°)
1702
                                    // connector at:  right=0   bottom=-90  top=90  left=180
1702
                                    // connector at:  right=0   bottom=-90  top=90  left=180
1703
   /**
1703
   /**

Loading…
Cancel
Save