yes.
This commit is contained in:
parent
4a6414f897
commit
5e96add0bb
1 changed files with 3 additions and 2 deletions
5
main.py
5
main.py
|
@ -52,8 +52,9 @@ def get_track():
|
||||||
#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')
|
||||||
#screen.SetImage(image.convert('RGB'))
|
image = image.convert('RGB')
|
||||||
screen.SetPixel(0,0,255,255,255)
|
screen.SetImage(image.convert('RGB'))
|
||||||
|
screen.SetPixel(0,1,255,255,255)
|
||||||
print('image set')
|
print('image set')
|
||||||
|
|
||||||
#if token:
|
#if token:
|
||||||
|
|
Loading…
Reference in a new issue