change version number and ledgpio slowdown

This commit is contained in:
Neythen Treloar 2022-02-22 20:48:43 +00:00
parent aba980490e
commit c59a8cb709
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class StockTicker():
options.chain_length = 2
options.parallel = 1
options.hardware_mapping = 'adafruit-hat' # If you have an Adafruit HAT: 'adafruit-hat'
options.gpio_slowdown = 4
options.gpio_slowdown = 1
options.brightness = self.brightness
self.matrix = RGBMatrix(options = options)
print(dir(self.matrix))

View File

@ -1 +1 @@
1.0
0.1