March 1, 2022
8:56 a.m.
On Tue, 1 Mar 2022 09:21:23 +0100 Olav Schettler <olav@schettler.net> wrote:
Do you happen to know where I can find a _pew.py for the Meowbit?
Only the PewPew Standalone needs _pew (and it's a C module compiled into the firmware), for all other boards it's pew.py implemented in Python. Since Meowbit uses the same display as PewPew M4, this works: https://github.com/python-ugame/circuitpython-stage/blob/master/pewpew_m4/pe... Just copy it onto the CIRCUITPY drive, either into the lib directory, or directly to the top directory. You can also copy https://github.com/pewpew-game/game-m4-menu to have a nice game selection menu. -- Radomir Dopieralski