raspberrypi / pico-playground

BSD 3-Clause "New" or "Revised" License
438 stars 92 forks source link

8080 and 6800 parallel bus example #8

Closed siriokds closed 3 years ago

siriokds commented 3 years ago

On Rp2040 Datasheet page 324, I can read: "The programmable input/output block (PIO) is a versatile hardware interface. It can support a variety of IO standards, including: 8080 and 6800 parallel bus..."

Is there an example about 8080 parallel bus ? Tnx

lurch commented 3 years ago

Is there an example about 8080 parallel bus ?

Not yet, but we might add one when we're less busy with more-critical stuff!

This issue is closely related to https://github.com/raspberrypi/pico-examples/issues/48 ?

siriokds commented 3 years ago

Yes. Thank you for your quick answer.

3s1d commented 1 year ago

Hi,

did anything change in the past 1.5 years? I am about to start development on my 8080 based display and an example would really help me a lot (especially as this is my first time pio'ing something).

Thanks.

fu709691151 commented 10 months ago

Do you have any examples?