ty-porter / RGBMatrixEmulator

A desktop interface to emulate Raspberry Pi-powered LED matrices driven by rpi-rgb-led-matrix
MIT License
89 stars 13 forks source link

Creating multiple canvases with browser adapter throws webserver error #39

Closed ty-porter closed 2 years ago

ty-porter commented 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.