From fed295aa8e0d81a9272382c8d178d721abb04671 Mon Sep 17 00:00:00 2001 From: zwp Date: Wed, 24 Aug 2011 21:02:25 -0700 Subject: [PATCH] phone-pad:modify lcd screen width and height to fix android input method problem. --- drivers/video/display/screen/lcd_hsd07pfw1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/display/screen/lcd_hsd07pfw1.c b/drivers/video/display/screen/lcd_hsd07pfw1.c index 20686a796876..631b1a7eb81a 100755 --- a/drivers/video/display/screen/lcd_hsd07pfw1.c +++ b/drivers/video/display/screen/lcd_hsd07pfw1.c @@ -26,8 +26,8 @@ #define V_VD 600 #define V_FP 0 -#define LCD_WIDTH 1024 -#define LCD_HEIGHT 600 +#define LCD_WIDTH 154//1024 +#define LCD_HEIGHT 91//600 /* Other */ #define DCLK_POL 0 #define SWAP_RB 0 -- 2.34.1