unixb0y / pico-gbprint

Print images from GameBoy to a real paper printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pico Print

Demo

Build

cmake -S . -B build -DPICO_SDK_PATH=~/pico-sdk
cmake --build build

Upload using openocd

openocd -c "adapter speed 5000" -f interface/cmsis-dap.cfg -f target/rp2040.cfg -s tcl -c "program build/pico-print.elf verify reset exit"

Stuff you can print in Pokemon games

https://bulbapedia.bulbagarden.net/wiki/Game_Boy_Printer

About

Print images from GameBoy to a real paper printer


Languages

Language:C 92.4%Language:CMake 5.6%Language:OpenSCAD 2.0%