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

16bit 8080 #3

Open
WanaGo opened this issue Feb 23, 2024 · 2 comments
Open

16bit 8080 #3

WanaGo opened this issue Feb 23, 2024 · 2 comments

Comments

@WanaGo
Copy link

WanaGo commented Feb 23, 2024

Hi,
Just wondering if there is a limitation to 8bit MCU 8080 for a display, or if its possible to expand this to 16bit 8080 too?
Just curious if you encountered a limitation and stuck with 8bit only for a reason etc
Thanks

@zapta
Copy link
Owner

zapta commented Feb 23, 2024 via email

@bdbarnett
Copy link

@WanaGo Sorry I just saw your message. I don't have a 16-bit 8080 to test with. I wrote _i80bus.py so that it SHOULD work for 16 pins with a couple of modifications.

  • add data8 through data15 in __init__
  • change the line pins = [data0, data1, data2, data3, data4, data5, data6, data7] to include those pins
  • change the line if len(pins) != 8: to if len(pins) != 8 and len(pins) !=16:

It's worth a shot. If you try it, will you please let me know whether it works for you?

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