modify lcd_LG_LP097X02 driver

This commit is contained in:
hhb
2012-12-18 10:45:56 +08:00
parent 6cc22826ca
commit 4bddb7c26d

View File

@@ -12,20 +12,20 @@
#define OUT_CLK 100000000
#define LCDC_ACLK 500000000
/* Timing */
#define H_PW 380
#define H_BP 540
#define H_PW 320
#define H_BP 480
#define H_VD 1024
#define H_FP 300
#define H_FP 260
#define V_PW 15
#define V_BP 10
#define V_PW 10
#define V_BP 6
#define V_VD 768
#define V_FP 30
#define V_FP 16
#define LCD_WIDTH 196// 142 // 202
#define LCD_HEIGHT 147 //106// 152
/* Other */
#define DCLK_POL 0 //
#define DCLK_POL 1 //
#define SWAP_RB 0
void set_lcd_info(struct rk29fb_screen *screen, struct rk29lcd_info *lcd_info )