Kyle Johnson

Results 8 comments of Kyle Johnson

I was able to solve this. Adding the Access-Control-Allow-Origin: url/* did nothing for me, even though the error message from the console would lead you in that direction. Instead you...

@mejsler looks like you're using the legacy editor, so I'm not sure. there's no dropdown menu on the latest one

Draw a rectangle underneath the static text (in my case, the pause button), but above the scrolling text layer. I made it red for this example, but you'd match it...

You can use the PIL library to draw shapes. This example should be helpful: https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/samples/image-draw.py And sorry to confuse. That pygame window is just the output of a [matrix emulator](https://github.com/ty-porter/RGBMatrixEmulator)...

Glad you've had success for the most part! You may need to compile send-image on your own PC. There's instructions here https://github.com/hzeller/flaschen-taschen/tree/master/client and also other examples you can run after...

Sure. So based on the information you gave, the point where it must be going wrong is line 10 of the powershell script. `$cmd = "wsl.exe ./send-image -g 64x64 -h...

I'm having issues with this too, though I doubt you care anymore considering it's been a year! Nonetheless, I'm going to look into it and see if I can figure...