Skip to content
Discussion options

You must be logged in to vote

I's unclear if you want to use it with C code or Python. If you want to use Python, you can have a look at the Pico variant of the SSD1963 driver here, which also uses an 8 bit 8080-type parallel bus. There are PIO scripts to drive the bus, especially file https://github.com/robert-hh/SSD1963-TFT-Library-for-PyBoard-and-RP2040/blob/master/rp2040/tft_pio.py. Granted, it may be hard to find the right parts in the file to use. The actual PIO state machine are at the beginning of the class and are usually only a few bytes long.

Replies: 2 comments 1 reply

This comment was marked as off-topic.

@scruss
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by skeyvin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants