-
Notifications
You must be signed in to change notification settings - Fork 10
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
How Generate the file EDID.bin to other configurations? #2
Comments
CoffeeColombia
changed the title
How Generate the file .bin to other configurations?
How Generate the file EDID.bin to other configurations?
Mar 17, 2017
Then you should create your own EDID file that fits your timings.
Here is datasheet for your LCD:
http://www.yslcd.com.tw/docs/product/LP156WH4-TLA1.pdf
It has full content of EDID (128 bytes) at the end of document, so it is
just copy&paste job for you.
…On Fri, Mar 17, 2017 at 5:38 PM, CoffeeColombia ***@***.***> wrote:
I tested the file"edid_auo14.bin" on the orange pi plus 2 with Android
running, but didn't work with the LCD (LG LP156WH4);
the LG LCD receives RGB666 format and a different fclk = 70 MHZ .
this is the modeline with the LCD parameters : Modeline "1366x768" 70 1366
1402 1450 1492 768 771 776 782 +hsync +vsync;
how can I generate a file .bin with this parameters or others resolutions
by example "1360x768", "1368x768", etc ?
thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB1pmPl7ENiuxcHDgztxAUZcsVxH52Ghks5rmpregaJpZM4Mgq4p>
.
|
Thank's for your support. |
We are also facing a similar issue. We are using AUO G133HAN01.0 (https://www.datadisplay-group.de/fileadmin/pdf/produkte/TFT-Displays/AUO/G133HAN01.0_Datasheet.pdf) How can I generate the .bin file for AUO G133HAN01.0 display ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tested the file"edid_auo14.bin" on the orange pi plus 2 with Android running, but didn't work with the LCD (LG LP156WH4);
the LG LCD receives RGB666 format and a different fclk = 70 MHZ .
this is the modeline with the LCD parameters : Modeline "1366x768" 70 1366 1402 1450 1492 768 771 776 782 +hsync +vsync;
how can I generate a file .bin with this parameters or others resolutions by example "1360x768", "1368x768", etc ?
thanks
The text was updated successfully, but these errors were encountered: