This is a tangent of RPI Matrix, but as someone new to any Pi work this is the first time I’ve seen it.
Back when I was solving errors and now that I am trying RGBMatrixEmulator things printed/echoed to the terminal do so in a spiral. So attempting to display a matrix in terminal looks awful. Even from my first lines that are simply drawing a 3 width border around the matrix, with straight forward graphics.DrawLine. The basic Simple_Square doesn’t do this.
Can anyone point me in the right direction for this? Distinctly different things acting the same and I don’t know why. My instinct is a /n but after a DrawLine doesn’t make sense.
ok, now you need to give very exact panel info, what panel is it, how many lines and columns? from your picture it may be a non standard panel (not 128x64 or 64x32)
Then, what command line options did you try?
But if I had to guess with the very limited information you provided, I’d say it’s a non standard panel that isn’t directly supported without you hacking the library.
While it’s more likely that you will find someone knowledgeable about RGBMatrixEmulator here than anywhere else, since the author of it doesn’t provide any community support link for it (like discord/discourse/forums), it’s NOT A GIVEN. This discoruse is mostly about rpi-rgb-led-matrix support, predominantly hardware issues connecting panels with different ICs.
When this same effect happens with the emulator setup, the terminal of a real matrix setup, and the SSH terminal of either.
When it says “terminal prints” in the title.
I am honestly confused by the ignoring what I’ve said. Which is that this happens with everything in my loop. Python Print() and drawLine. With the 000 picture and drawing in the terminal.
But I will go somewhere else. The welcome post did not specify hardware only.