Removes safe mode from setting prootScreen image to canvas.
Set ProotScreen frame brightness to 100.
This commit is contained in:
parent
18e6964c6f
commit
8dab8805e6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue