diff --git a/main.py b/main.py index 33d5940..abcc3b1 100644 --- a/main.py +++ b/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.convert('RGB')) + screen.SetImage(image) screen.SetPixel(0,1,255,255,255) print('image set')