removed clutter comment

This commit is contained in:
CiscoTheWolf 2023-07-02 08:50:38 +02:00
parent 735f1e19ec
commit a6dcc75897

View file

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