imporved logging and fixed gif big
This commit is contained in:
commit
aeda550210
Binary file not shown.
@ -1 +1 @@
|
|||||||
a quick brown fox jumped over the lazy dog. A QUICK BROWN FOX JUMPED OVER THE LAZY DOG. 0123456789,255,255,0
|
hello world!,255,255,0
|
|
@ -247,7 +247,7 @@ class StockTicker():
|
|||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
|
||||||
font = ImageFont.load("./fonts/4x6.pil")
|
font = ImageFont.load("./fonts/texgyre-27.pil")
|
||||||
|
|
||||||
img = self.textImage(text, font, int(r), int(g), int(b), True)
|
img = self.textImage(text, font, int(r), int(g), int(b), True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user