removed clutter comment
This commit is contained in:
parent
735f1e19ec
commit
a6dcc75897
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ options.rows = 32
|
||||||
options.cols = 64
|
options.cols = 64
|
||||||
options.chain_length = 2
|
options.chain_length = 2
|
||||||
options.parallel = 1
|
options.parallel = 1
|
||||||
options.hardware_mapping = 'regular' # If you have an Adafruit HAT: 'adafruit-hat'
|
options.hardware_mapping = 'regular'
|
||||||
matrix = RGBMatrix(options=options)
|
matrix = RGBMatrix(options=options)
|
||||||
prootState = StateSingleton()
|
prootState = StateSingleton()
|
||||||
prootState.set_matrix(matrix)
|
prootState.set_matrix(matrix)
|
||||||
|
|
Loading…
Add table
Reference in a new issue