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

Add QSPI bus support #388

Closed
wants to merge 26 commits into from
Closed

Add QSPI bus support #388

wants to merge 26 commits into from

Conversation

Forairaaaaa
Copy link

Hi!
I've been working on a AMOLED screen uses Quad-SPI interface, trying to play this screen with LovyanGFX~
And it works well now:

a038fc20f12b15d12829f37d0c79498

4dbc94b88077a77f8362bd920ea5acf

e2c43963c12b088b4c017f26c192c33

I add Bus_QSPI to achieve 4-bit data line width (Quad Output) like this:

9ffe6d7e978fc526606c71d6e34ff05

32 00 2C 00 is cmd send in 1-bit way, and the flowing 07 E0 are data in 4-bit way

I also add Panel_SH8601Z to suit the display IC SH8601Z 's need :

SH8601Z0 DataSheet Preliminary V0.0.pdf

Best Wishes

@lovyan03
Copy link
Owner

@Forairaaaaa
Sorry for the late reply.
I am holding off on the merge because I do not have the actual device and cannot check the operation.

@Forairaaaaa
Copy link
Author

@Forairaaaaa Sorry for the late reply. I am holding off on the merge because I do not have the actual device and cannot check the operation.
It's okay~

@tobozo tobozo mentioned this pull request Nov 6, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants