Help.
I've been working with the unified source code BSP 2.30.00 trying to figure out how to enable features from the EVM on the BeagleBone. The backlight was giving me trouble, so I hardwired the enables on the CAPE so the display is showing properly (the cape has two PWM outputs, one for the backlight and I believe the other is to power down the LCD interface voltages). I'm new to this process so I'm trying to learn as I go. I used the same LCD driver as the EVM (may have changed a few settings that we used in the LINUX port).
Right now I'm struggling with the touchscreen. I've brought in the EVM drivers into the platform and added them to the catalog, but for some reason, it will not enable the touchscreen.
I've edited the _bsp.bat file to set BSP_NOTOUCH=0 and I've selected the touchscreen in the catalog. (I also tried commenting out this line).
I've added the tsc_touch.reg and used the settings posted here in e2e.
Is there something in the VS 2008 I'm forgetting to do? The mouse still works, and there is Stylus options listed in the control panel.
Thanks,
Paul