Touch Screen "display_T35" sensitivity

Hi, my touch screen is very numb.
I’m using the TouchUp function to get input from the touch screen i.e

void button_TouchUp(object sender, Microsoft.SPOT.Input.TouchEventArgs e), but the sensitivity is very low, i need to press real hard to get a reaction from it.

Any suggestions?

@ bioengproject - This is due to the fact that this is a resistive touch screen, not capacitive. Think back to the days when all phones with touch screens required a stylus. If you want something that will be sensitive to the touch of your finger, you will need the CP7.

That’s a shame.
Thanks anyway.