uncomment line "
adjust kMatrixWidth to the width of your panel by replacing
adjust kMatrixHeight to the height of your panel by replacing
adjust kPanelType by replacing
SMARTMATRIX_HUB75_64ROW_MOD32SCAN
When the changes are completed, select the Teensy board definition with the associated COM port and click
upload. You should see the feature demo running. This includes scrolling text, animations, shapes being drawn,
brightness changing, and refresh rate changing.
Daisy Chained 32x64 with 1:16 Scan Rate
Let's try modifying the example code to work with two 32x64 panels with a 1:16 scan rate. In this example, we
manually wire the connection to a Teensy 3.2. Modify the original code by:
leaving the line "
adjusting kMatrixWidth to the width of your panel by replacing
keeping kMatrixHeight the height of your panel by leaving
keeping kPanelType by leaving
SMARTMATRIX_HUB75_32ROW_MOD16SCAN
When the changes are completed, select the Teensy board definition with the associated COM port and click
upload. You should see the same demo running but for a matrix size of 32x128!
Resources and Going Further
Now that you've successfully got your SmartLED shield for Teensy up and running, it's time to incorporate it into
your own project!
#include <SmartLEDShieldV4.h>
SMARTMATRIX_HUB75_32ROW_MOD16SCAN
from line 34 in SmartMatrix3.h
#include <SmartLEDShieldV4.h>
SMARTMATRIX_HUB75_32ROW_MOD16SCAN
from line 34 in SmartMatrix3.h
" by removing the "
//
with
32
64
with
32
64
with
" commented out by using the "
with
32
128
at
32
32
at
"
"
//
Need help?
Do you have a question about the DEV-15046 and is the answer not in the manual?
Questions and answers