Hi,all
I am having a problem in Touch screen calibration. Using Android 2.2 and Hardware SBC8530 (from embest) . The Embest used the 7 inch LCD (800x 480), I replaced the LCD with 5inch LCD (480*800).
When using 7 inch LCD (800x480), I can see Touch screen calibration interface. When using 5 inch LCD (480*800),LCD display properly, but the Touch screen calibration interface can not appear.
I modify the sbc8530_panel_timings in Linux kernel 's drivers,as follows:
.x_res = 480,//800,
.y_res = 800,//480,
.hsw = 48, //hsync_len (4) - 1
.hfp = 1, // right_margin (4) - 1 */
.hbp = 1, // left_margin (40) - 1
.vsw = 3, // vsync_len (2) - 1
.vfp = 12, // lower_margin
.vbp = 25, // upper_margin (8) - 1
.pixel_clock = 36000,