ronnie
2023-02-21 452e44bd1ae1c65461db849228ddbad77b42f172
longan/kernel/linux-4.9/drivers/input/touchscreen/gt9xx/gt9xx.c
....@@ -79,11 +79,11 @@
7979 #define PRESS_MAX (255)
8080
8181
82
-static int screen_max_x = 1280;
83
-static int screen_max_y = 800;
84
-static int revert_x_flag = 1;
82
+static int screen_max_x = 1024;
83
+static int screen_max_y = 600;
84
+static int revert_x_flag = 0;
8585 static int revert_y_flag = 0;
86
-static int exchange_x_y_flag = 1;
86
+static int exchange_x_y_flag = 0;
8787 static __u32 twi_id = 0;
8888 static char irq_pin_name[8];
8989