master
Lukas Schulz 2020-12-19 23:40:59 +01:00
parent 9615632a9f
commit 07a9f126e4
1 changed files with 1 additions and 1 deletions

View File

@ -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')