d1: update FOD position

Change-Id: I25a1c578537be209ac005b1d38f5c3088318fc38
This commit is contained in:
Tim Zimmermann
2021-06-21 20:41:37 +02:00
parent a48bbd2819
commit 5333b90208
2 changed files with 6 additions and 6 deletions

View File

@@ -24,19 +24,19 @@
*/
/*
* WIDTH = 1440
* WIDTH = 1080
* X = (WIDTH / 2) - (FOD_SENSOR_SIZE / 2)
*/
#define FOD_SENSOR_X 545
#define FOD_SENSOR_X 408
/*
* HEIGHT = 3040
* HEIGHT = 2280
* Y = ???
*/
#define FOD_SENSOR_Y 2500
#define FOD_SENSOR_Y 1650
/* Sensor rectangle size */
#define FOD_SENSOR_SIZE 350
#define FOD_SENSOR_SIZE 262
#define FOD_ENABLE "fod_enable,1"
#define FOD_DISABLE "fod_enable,0"

View File

@@ -13,5 +13,5 @@
-->
<resources>
<!-- The minimum bottom margin of the keyguard security container -->
<dimen name="kg_security_container_min_bottom_margin">560px</dimen>
<dimen name="kg_security_container_min_bottom_margin">645px</dimen>
</resources>