utouch ssd1963 5 inch problem

Hello,

I solved the problem by adding some delay before SPI reading when CS is driven. According to datasheet it needs minimum 200ns when data is valid. After this mod (I used 2us delay) I'll get very steady readings.
Also I put some debounce for reading touchscreen "keys", now it works perfectly.