Closed ty-porter closed 2 years ago
matrix = RGBMatrix(options = options) canvas1 = matrix.CreateFrameCanvas() canvas2 = matrix.CreateFrameCanvas()
Running the above code bombs out when using the browser adapter to instantiate multiple canvases. Likely an issue within the adapter's load_emulator_window call to spin up a second instance of the webserver.
load_emulator_window
Running the above code bombs out when using the browser adapter to instantiate multiple canvases. Likely an issue within the adapter's
load_emulator_window
call to spin up a second instance of the webserver.