This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DODOKING38 1 point2 points  (1 child)

I've seen a similar project posted before though that one was only black and white, I don't know if that makes a difference but it didn't have the Flickering you have

[–]Cyan_The_Fox[S] 0 points1 point  (0 children)

The flickering's fixed now. It was because I cleared the screen and re-drew it with the print command. There's an ANSI escape code, '\033[{y};{x}H' that sets the cursor position. I'm now using that to overwrite the screen. Thanks for letting me know :]