PaulStoffregen / XPT2046_Touchscreen

Touchscreen Arduino Library for XPT2046 Touch Controller Chip
240 stars 84 forks source link

unable to use tirq pin and spi communication combinely for xpt2046. #19

Open manojsai17 opened 5 years ago

manojsai17 commented 5 years ago

. i interfaced the tft lcd (ili9341+xpt2046) to msp430 16 bit controller . . i tried to port the code with the similar format in c format for msp430 based . when i am adding the spi code and tirq isr .. i am unable to go isr of tirq.. but when i removed the spi code of touch , iam able go to touch isr .. please help me.