longan/kernel/linux-4.9/drivers/input/touchscreen/gt9xx/gt9xx.c
.. .. @@ -79,11 +79,11 @@ 79 79 #define PRESS_MAX (255) 80 80 81 81 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;85 85 static int revert_y_flag = 0; 86 -static int exchange_x_y_flag = 1;86 +static int exchange_x_y_flag = 0;87 87 static __u32 twi_id = 0; 88 88 static char irq_pin_name[8]; 89 89