master
Lukas Schulz 2020-12-19 23:44:37 +01:00
parent 47c87cd955
commit cc72eb6207
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def get_track():
#return image
#image.save("thumbnail.jpg","JPEG")
print('set image')
image = Image.new('RGB', (32, 32), color = 'red')
#image = Image.new('RGB', (32, 32), color = 'red')
image = image.convert('RGB')
#screen.SetImage(image, 10, 10)
#screen.SetPixel(0,1,255,255,255)