updated the setting to be specific to my set-up
This commit is contained in:
parent
35896b56a4
commit
8ca3f95c66
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ import time
|
|||
# Configuration for the matrix
|
||||
options = RGBMatrixOptions()
|
||||
options.rows = 32
|
||||
options.chain_length = 1
|
||||
options.cols = 64
|
||||
options.chain_length = 2
|
||||
options.parallel = 1
|
||||
options.hardware_mapping = 'regular' # If you have an Adafruit HAT: 'adafruit-hat'
|
||||
matrix = RGBMatrix(options = options)
|
||||
|
|
Loading…
Reference in a new issue