debugging test
This commit is contained in:
parent
e96ae78538
commit
f153fb5cdf
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue