debugging test

This commit is contained in:
CiscoTheWolf 2023-05-21 23:23:08 +02:00
parent e96ae78538
commit f153fb5cdf

View file

@ -48,6 +48,8 @@ for alpha in range(10):
offscreen_interpolated_canvas = matrix.CreateFrameCanvas()
interpolated_image = image_interpolation(noBlinkImage, fullBlinkImage, alpha/10)
blinkFrameCanvases[alpha] = offscreen_interpolated_canvas.SetImage(interpolated_image)
blinkFrameCanvases[0] = noBlinkImage
blinkFrameCanvases[10] = fullBlinkImage
# offscreen canvas that can be written to and then set to the matrix asynchronously
offscreen_canvas = matrix.CreateFrameCanvas()