mirror of
https://github.com/Evolution-X-Devices/device_samsung_d1
synced 2026-01-27 13:56:23 +00:00
d1: update FOD position
Change-Id: I25a1c578537be209ac005b1d38f5c3088318fc38
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user