master
Lukas Schulz 2020-12-19 23:40:30 +01:00
parent 5e96add0bb
commit 9615632a9f
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.convert('RGB'))
screen.SetImage(image)
screen.SetPixel(0,1,255,255,255)
print('image set')