startup logo update

This commit is contained in:
Your Name 2022-02-08 17:33:51 +00:00
parent 9a11374458
commit 801916adb5
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

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))
@ -2720,7 +2720,7 @@ if __name__ == '__main__':
stock_ticker.logf = log
start_image = Image.open('./logos/startup_logo.png')
start_GIF = Image.open('./logos/startup_logo.gif')
start_GIF = Image.open('./logos/startup_logo1.gif')
msg = getInput()
if msg =='*':