From c59a8cb709e8f888fff21f800073e86ad19e8213 Mon Sep 17 00:00:00 2001 From: Neythen Treloar Date: Tue, 22 Feb 2022 20:48:43 +0000 Subject: [PATCH] change version number and ledgpio slowdown --- stockTicker.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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