-

-
v8dave
-
- Posts: 383
- Joined: Thu Apr 06, 2017 12:57 am
- Location: Jakarta, Indonesia
Fri Feb 01, 2019 12:27 am
by
v8dave » Fri Feb 01, 2019 12:27 am
The file to which you need for the LCD timing is /kernel/drivers/gpu/drm/panel/panel-friendlyelec.c under the android source.
In here you can find the LCD timing for the HD702E
The eDP panel doesn't appear to use the normal 1-wire for touch or LED backlight control and instead is over I2C with GPIO for interrupt and reset. Backlight is via a GPIO for on/off and another with PWM.
I've still to find the setup for the eDP output itself.
What this means is that you could develop your own PCB to interface from the T4 eDP connector to your LCD and make changes to the kernel timing. Bit of work but it should be possible if you have the PCB and coding skills.