I do not have an EVM to try this on but I have a platform that is very close to the EVM.
I am having issues with the touch calibration under WEC7. I know the hardware is ok as I have everything working fine under CE6.
The new WEC7 2.0 BSP uses the new stream based touch driver. I am using it exactly like the 2.0 and all the hardware seems to be initializing correctly also but when it calls TouchCalibrate(); function from the PDDCalibrationThread() in touchscreenpdd.cpp it just returns and I do not get the calibration screen. Same when I call from the control panel stylus icon....it just returns.
I do NOT have the IMGNOCALIBRATION environment variable set and have no calibration data in the registry on start up.
The driver seems to be loading correctly as I can step through the TchPdd_Init routine, It seems to be fine ..it even stalls waiting for the GWES API to be available then continues as expected. Its just the calibration is not working as I expected.
Any ideas? Is the calibration working on the 35XX EVM under WEC7?