-
Notifications
You must be signed in to change notification settings - Fork 199
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
Sending buttons commands over i2c #755
Comments
Hi, about that idea... I'm working in a different option... with an Arduino Nano like interface between the Gotek and the controls (rotatory enconder & oLED screen). |
@keirf May I ask what the resolution for this was? I've been watching it as I've got an Acorn A4000 with an I2C bridge and LCD/touchscreen controller. I was contemplating modifying FF to push display updates to the LCD controller, and read/write to/from from some kind of memory on it to implement a kind of "mailbox" between the A4000 CPU and FF. End goal was to have a module on the A4000 which switched discs on the FF automatically and ack'ed the "insert disc N" messages. |
No resolution. This was just a bug scrub, and I don't see this one happening any time soon. Regarding disk autoswap, this can be done via the disk interface if you can step to cylinder 255. That's how autoswap on Amiga is implemented. |
I'd like to be able to send i2c commands to FlashFloppy. I see that right now this is embedded into the OSD code. Did someone implemented already a separated lib for accepting i2c commands? Otherwise, can you give me some pointers on how to include this new functionality?
The text was updated successfully, but these errors were encountered: