Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for fast printing #77

Open
MaddoScientisto opened this issue Jul 3, 2024 · 0 comments
Open

Support for fast printing #77

MaddoScientisto opened this issue Jul 3, 2024 · 0 comments

Comments

@MaddoScientisto
Copy link

I'm a game boy camera user and the Photo! custom ROM allows printing at higher speeds than what the printer normally supports, it supports several modes:

Fast printing allows switching all print mode from 8 kHz (1 kB/s) to 256 kHz (32 kB/s) by default.

  • It also supports running in GBC mode, doubling the base speed of transfer, which should become 16kHz
  • There's also a fast print in GBC mode, that would be 512 kHz

I'm also a user of NeoGB Printer, based on ESP32 it implements the Gameboy Printer Serial IO code from this project, previously it was using a version of the code from 2020 and double speed mode wasn't compatible, I upgraded the code to the serial code the most recent version and I was pleased to find out that now double speed mode works too in GBC mode.

Now I'd like request support for these faster printing modes, I'm not sure if the microcontrollers would be able to support 512kHz but there's a chance that 256kHz could work

Here's a project that supports fast printing on a raspberry pico:
https://github.com/untoxa/pico-gb-printer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant