yes.
This commit is contained in:
parent
47c87cd955
commit
cc72eb6207
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -51,7 +51,7 @@ def get_track():
|
||||||
#return image
|
#return image
|
||||||
#image.save("thumbnail.jpg","JPEG")
|
#image.save("thumbnail.jpg","JPEG")
|
||||||
print('set image')
|
print('set image')
|
||||||
image = Image.new('RGB', (32, 32), color = 'red')
|
#image = Image.new('RGB', (32, 32), color = 'red')
|
||||||
image = image.convert('RGB')
|
image = image.convert('RGB')
|
||||||
#screen.SetImage(image, 10, 10)
|
#screen.SetImage(image, 10, 10)
|
||||||
#screen.SetPixel(0,1,255,255,255)
|
#screen.SetPixel(0,1,255,255,255)
|
||||||
|
|
Loading…
Reference in a new issue