yes.
This commit is contained in:
parent
885fdb972d
commit
b18dc59f87
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -51,7 +51,8 @@ def get_track():
|
||||||
#return image
|
#return image
|
||||||
#image.save("thumbnail.jpg","JPEG")
|
#image.save("thumbnail.jpg","JPEG")
|
||||||
print('set image')
|
print('set image')
|
||||||
screen.SetImage(image.convert('RGB'), unsafe=True)
|
image = Image.new('RGB', (32, 32), color = 'red')
|
||||||
|
screen.SetImage(image.convert('RGB'))
|
||||||
print('image set')
|
print('image set')
|
||||||
|
|
||||||
#if token:
|
#if token:
|
||||||
|
|
Loading…
Reference in a new issue