Hi, I have a mini2440 with 3.5" touchscreen. I recently bought a 7" AT070TN83 LCD display module. I'm interested in building the zImage for the new display. Can somebody point me to the right timing display for the LCD screen. I'm basically looking for the following information in mach-mini2440.c #define LCD_WIDTH 800 #define LCD_HEIGHT 480 #define LCD_PIXCLOCK 170000 #define LCD_RIGHT_MARGIN 68 #define LCD_LEFT_MARGIN 10 #define LCD_HSYNC_LEN 5 #define LCD_UPPER_MARGIN 10 #define LCD_LOWER_MARGIN 4 #define LCD_VSYNC_LEN 1 I have the datasheet, but I dont know how to look for the timing information. Any information will be helpful
7" LCD Timing details for Android
Just to clarify. Should the standard configurations for a 7" 800x600 zImage work for the Innolux display?