diff --git a/stockTicker.py b/stockTicker.py index 32855a5..d652b0d 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -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)) diff --git a/version.txt b/version.txt index 9f8e9b6..ceab6e1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0 \ No newline at end of file +0.1 \ No newline at end of file