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