updated the setting to be specific to my set-up

This commit is contained in:
CiscoTheWolf 2023-05-18 10:28:54 +02:00
parent 35896b56a4
commit 8ca3f95c66

View file

@ -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)