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

Additional GPIO Ports - Help for higher bitplanes? #187

Closed
dlasher opened this issue Feb 20, 2021 · 1 comment
Closed

Additional GPIO Ports - Help for higher bitplanes? #187

dlasher opened this issue Feb 20, 2021 · 1 comment

Comments

@dlasher
Copy link

dlasher commented Feb 20, 2021

Would something like this : https://www.robotshop.com/en/io-hat-raspberry-pi-zero.html

help with the amiga's with higher bitplanes (like A1200/A4000) ?

@abrugsch
Copy link

I'm going to posit that the bandwidth on these parts is going to be a limiting factor. I2C on a pi operates in the KHz range (MCP23017's run the I2C bus at 400KHz or 1.7 MHz but the Pi zero can only drive them reliably at 400K IIRC) and it's a serial protocol so you're only clocking at best 1 byte of data at 50KHz (with no protocol overhead so it's even less.) there are SPI variants, but in my experiments the data rate still won't be anywhere near the data rate that would be needed for Amiga AGA. it's also been said many times that limiting bottleneck is the processing power of the Pi Zero, with it only just being able to manage the OCS/ECS 12-bit colour

@IanSB IanSB closed this as completed Jun 17, 2021
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

3 participants