Two displays!
Adding a second display is very easy. First, we do suggest testing both seperately as above. Once you know they work, connect the upper right header of the first panel to the upper left of the second. You can use a long or shorty IDC cable, we happen to like the short ones but the long ones will work fine (they're a little more bulky of course).
Open up the File→Examples→Adafruit_HT1632→matrixdemo example sketch and change the top part so that you have two panels active, like this:
// use this line for single matrix //Adafruit_HT1632LEDMatrix matrix = Adafruit_HT1632LEDMatrix(DATA, WR, CS); // use this line for two matrices! Adafruit_HT1632LEDMatrix matrix = Adafruit_HT1632LEDMatrix(DATA, WR, CS, CS2);
3-10 displays
You can chain up to 8 displays, but the system for wiring is a little bit different. Instead of using one cable, you'll need two between each panel. That is so each of the CSn pins can be addressed - the second 10-pin cable has 8 CS pins.
To perform the chain, first you will need to remove the J5 jumper using wick and a soldering iron. This will let you use the second IDC CS pins.
// use this line for three matrices! Adafruit_HT1632LEDMatrix matrix = Adafruit_HT1632LEDMatrix(DATA, WR, CS, CS2, CS3);
You can do the same for 4 panels by adding another CS pin.
How many cables do I need?
Depending on how many you want to chain, the number of cables will vary. For 3 or more panels, you will need extras. For more than 2 panels, we suggest using the short IDC cables to keep the wiring neat and avoid having too much power lost to the cable length.
- One 10-pin IDC cable (included)
- Two 10-pin IDC cables (included)
- Six IDC cables - two long ones are included so you need four more short ones
- Eight IDC cables - two long ones are included so you need six more short ones
- Ten IDC cables - two long ones are included so you need eight more short ones
- Twelve IDC cables - two long ones are included so you need ten more short ones
- Fourteen IDC cables - two long ones are included so you need twelve more short ones
- Sixteen IDC cables - two long ones are included so you need fourteen more short ones
Text editor powered by tinymce.