Skip to content

dawsonjon/JunkboxArcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junkbox Arcade

images/circuit.png

Junkbox Arcade is a tiny retro-style game console built around a Raspberry Pi Pico, using only common “junk drawer” parts like an SPI TFT display and a few buttons. It includes a lightweight C++ graphics engine, simple audio synthesis, and a breadboard-friendly design that makes it easy to assemble, hack on, and extend. Whether you’re just getting started with the Pico or you want a fun platform for experimenting with small games and graphics, this project gives you a compact, approachable way to explore it all.

Documentation

For technical details refer to the technical documentation.

3D-Printed Enclosure

A 3D printed enclosure can be found here, including stl files and FreeCAD design files.

Install Arduino Pico

JunkboxArcade is written in pure C++, with a demo application is provided as an Arduino sketch. The Arduino Pico port by Earle Philhower is probably the easiest way to install and configure a C++ development environment for the Raspberry Pi Pico. Its possible to install the tool and get up-and running with example applications in just a few minutes. Refer to the installation instructions and the online documentation to get started.

Credits

This project uses the following libraries:

Releases

No releases published

Packages

No packages published

Languages