Pokémon Colorscript? I wired mine up to give the Pokémon name after a two second delay so I get to exercise my memory with a couple games of “who’s that Pokémon” each day
Turns out it’s just Python. You can import time.sleep and move the print() lower down. I also wrote the name to a file in /tmp so I could print it out later in a different pane of my multiplexer.
Pokémon Colorscript? I wired mine up to give the Pokémon name after a two second delay so I get to exercise my memory with a couple games of “who’s that Pokémon” each day
That’s actually a really cool idea, I’ll definitely try that
Turns out it’s just Python. You can import time.sleep and move the print() lower down. I also wrote the name to a file in /tmp so I could print it out later in a different pane of my multiplexer.