diff --git a/rpi/antRender.py b/rpi/antRender.py index c579560..0cb28df 100644 --- a/rpi/antRender.py +++ b/rpi/antRender.py @@ -58,7 +58,7 @@ class Point2D: def set_ProotScreen(matrix): prootScreen_frame_canvas = matrix.CreateFrameCanvas() - image_prootScreen = Image.open("faces/eyeLeftOpen.png") + image_prootScreen = Image.open("faces/ProotScreen.png").convert('RGB') prootScreen_frame_canvas.SetImage(image_prootScreen, unsafe=False) matrix.SwapOnVSync(prootScreen_frame_canvas)