PewPew OLED¶
They just keep on coming!
Black-and-white graphics for games has its appeal, so I decided to revisit a prototype that I first made back in 2018 and a year later even managed to get the PewPew games to run on it .
But of course there needs to be some innovation and a challenge, so I decided to change two things:
make the hardware design even more minimal, with most parts, such as the buttons, the USB socket or the battery holder simply made out of the PCB itself, and
develop a CircuitPython library for the OLED displays similar to Stage, a Tile and Sprite Engine , but optimized for monochromatic games.
And of course that also means some new games will need to be written, to make sure that the library is usable.
Logs¶
2021-07-08 - Great Success
2021-06-23 - Version 2
2021-06-15 - The pew Library
2021-06-12 - First Prototype Failure
2021-06-12 - Adding the board to CircuitPython
2021-06-12 - Adding Display Initialization to the Firmware
2021-06-11 - Designing the Battery Holder