https://github.com/dj505/GBPrinterEmu
A GameBoy Printer emulator for use with Stacksmashing's GB link cable adapter
https://github.com/dj505/GBPrinterEmu
Last synced: about 1 month ago
JSON representation
A GameBoy Printer emulator for use with Stacksmashing's GB link cable adapter
- Host: GitHub
- URL: https://github.com/dj505/GBPrinterEmu
- Owner: dj505
- Created: 2021-06-21T01:56:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T06:04:24.000Z (over 3 years ago)
- Last Synced: 2023-08-09T01:58:23.588Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-game-boy-camera-and-game-boy-printer-projects - GBPrinterEmu
README
# GBPrinterEmu
A GameBoy Printer emulator for use with Stacksmashing's GB link cable adapter, using [marian-m12l's gb-link-printer-firmware](https://github.com/marian-m12l/gb-link-printer-firmware)# Some notes
- You can print more than one image without restarting the script
- You can also combine 3 red/green/filtered images into a single RGB image
- I'm still de-rusting on my Python knowledge so this is super janky but it works# Dependencies
- Python 3
- pyusb > 1.1.1
- Pillow >= 8.2.0# Credits
- Code for image decoding borrowed from https://github.com/lennartba/gbpinter_dump2image_py