From c472bb82fa5ea9d70567c5a111dfa536a7111a78 Mon Sep 17 00:00:00 2001 From: hhb Date: Wed, 22 Jun 2011 17:34:38 +0800 Subject: [PATCH] rk29_phonesdk: modify lcd lcd_ls035y8dx02a display area --- drivers/video/display/screen/lcd_ls035y8dx02a.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 drivers/video/display/screen/lcd_ls035y8dx02a.c diff --git a/drivers/video/display/screen/lcd_ls035y8dx02a.c b/drivers/video/display/screen/lcd_ls035y8dx02a.c old mode 100755 new mode 100644 index 4c7c16f656f0..b1bd3e787ee9 --- a/drivers/video/display/screen/lcd_ls035y8dx02a.c +++ b/drivers/video/display/screen/lcd_ls035y8dx02a.c @@ -33,18 +33,18 @@ #define LCDC_ACLK 150000000 //29 lcdc axi DMA Ƶ�� /* Timing */ -#define H_PW 16//8 //16 -#define H_BP 24//6//24 +#define H_PW 8 //16 +#define H_BP 6//24 #define H_VD 480//320 -#define H_FP 16//60//16 +#define H_FP 60//16 -#define V_PW 12//2 -#define V_BP 4// 2 +#define V_PW 2 +#define V_BP 2 #define V_VD 800//480 -#define V_FP 50//4 +#define V_FP 4 -#define LCD_WIDTH 800 //need modify -#define LCD_HEIGHT 480 +#define LCD_WIDTH 480 //need modify +#define LCD_HEIGHT 800 /* Other */ #define DCLK_POL 1 //0 -- 2.34.1