startup logo update
This commit is contained in:
parent
9a11374458
commit
801916adb5
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -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 =='*':
|
||||
|
Loading…
Reference in New Issue
Block a user