master
Lukas Schulz 2020-12-19 23:35:00 +01:00
parent 885fdb972d
commit b18dc59f87
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ def get_track():
#return image
#image.save("thumbnail.jpg","JPEG")
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')
#if token: