Quote:
Originally Posted by daniel bastida
Any help?
|
Yes. I think that it's just misconfigured, possibly from misreading the identity of the panel.
Why did you replace the panel? General failure?
This is Android, right? Do you have ADB enabled?
If you have a problem reconciling touch you can use a mouse if this supports it.
(That's just to get you through testing, not a solution!)
The native display is landscape with the origin in the upper left in your photo, so it looks like it's working fine.
I would have expected that startup would have wiped the entire screen as that stuff is pretty hard coded.
This device, iMX6 is similar to older B&N Nooks.
If you get ADB working, try:
Code:
C:\>adb shell
$ wm size
$ wm density
$ wm size reset
$ wm density reset
If it gives you funny numbers on size you can try
Code:
$ wm size 1072×1448
But always use bigxsmall or smallxbig whichever you got the first time.