HerrZatacke / gb-printer-web

Gameboy Printer Web
MIT License
57 stars 6 forks source link

Feature request: Print image to Game Boy Printer #89

Open maxdoes opened 2 years ago

maxdoes commented 2 years ago

I've been using this to backup and hold more photos than the Game Boy Camera can hold, but it would be amazing to have the ability to use print images that have since been deleted from the cartridge.

HerrZatacke commented 2 years ago

The wifi printer can only act as a printer. Implementing a second protcol especially in combination with a running server (to accept a print command) is probably too much to handle for the ESP.

I remember someone created a second project to interface with an actual printer via an arduino. But I don't know who it was. Maybe someone in the Discord can remember the Project.

T0biasCZe commented 2 years ago

GB to arduino over serial (compactible with this project) https://github.com/mofosyne/arduino-gameboy-printer-emulator PC images to gameboy printer (with SD card as the middle man) https://github.com/Raphael-Boichot/The-Arduino-SD-Game-Boy-Printer PC images to gameboy printed (directly without SD card) https://github.com/octavifs/GBPrinter @HerrZatacke