yes.
This commit is contained in:
parent
9615632a9f
commit
07a9f126e4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -53,7 +53,7 @@ def get_track():
|
|||
print('set image')
|
||||
image = Image.new('RGB', (32, 32), color = 'red')
|
||||
image = image.convert('RGB')
|
||||
screen.SetImage(image)
|
||||
screen.SetImage(image, 10, 10)
|
||||
screen.SetPixel(0,1,255,255,255)
|
||||
print('image set')
|
||||
|
||||
|
|
Loading…
Reference in a new issue