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

Samsung LCD panels #8

Open
sagonzal opened this issue Jan 15, 2020 · 3 comments
Open

Samsung LCD panels #8

sagonzal opened this issue Jan 15, 2020 · 3 comments
Labels

Comments

@sagonzal
Copy link

First, I wanted to congratulate the author, Andy this is a tremendous work! thank you. Now, I'm having QVGA LCD panels from Samsung phones lying around and I would like to test xmemfft with them. I read the article in your blog https://andybrown.me.uk/2013/06/08/a-generic-16-bit-lcd-adaptor-for-the-arduino and I see you haven't tested them.
What do you think ? The board-to-board connector of this LCD panels seems very similar!
Does it worth the effort to reverse engineer them ?

Thank you in advance for any help....

@andysworkshop
Copy link
Owner

Hi, firstly you'd need the schematics to find the connector pinout. I wouldn't be very hopeful though because all manufacturers migrated from the easy to control DBI interface to the much harder DSI interface years ago.

@sagonzal
Copy link
Author

You are right, Display Serial Interface (DSI) is now everywhere (even in the raspberry pi). So, to clearify for myself, not every manufacturer has a standard DBI pin-out ?

again, thank you in advance...

@andysworkshop
Copy link
Owner

There is no standard DBI pinout on the connector. All the logical DBI functions will be present but I've found that their position on the connector will vary between models.

There's also the backlight and power pins that need to be found - ground is often the easiest because it's usually mapped to a fat trace on the flat connector. Then you can use your meter to buzz the other pins to find out any other grounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants