Quote:
Originally Posted by mergen3107
Sorry, didn’t make it clear. Can the Android “reported screen” be changed? So that it will draw inside this 5 points offset
|
Oh, I see what you mean. You don't want a change to the app, you want a change to the system.
I was helping someone once and they had accidentally set their screen to 50 x 50 pixels. They were unable to password swipe their way in after doing that. To help them I did the same to mine. Wow, that was tough getting out!
Some of the older eink panels had a "border" circuit. They had little pixels just like the main area but they could only be controlled all together.
Anyway, I know that you can change the resolution, but it scales to the screen.
Code:
$ wm size 480x640
$ wm size reset
This is harmless (as long as you do the reset afterwards) and it will make the arrows in Bezel really big.
I've seen apps that deal with overscan, but I haven't looked at how they are doing it.
I'll look into this.