yes.
This commit is contained in:
parent
5e96add0bb
commit
9615632a9f
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')
|
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.convert('RGB'))
|
screen.SetImage(image)
|
||||||
screen.SetPixel(0,1,255,255,255)
|
screen.SetPixel(0,1,255,255,255)
|
||||||
print('image set')
|
print('image set')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue