UPDATE: after changing the pins as written in the reply the touch screen works....partially. Confusingly the touch screen works ONLY if I
1. upload code to omega without touch screen in.
2. plug touch screen into arduino uno with new code
3. then plug back into omega with the new code running.
IT DOES NOT WORK if I have the touch shield in and I upload new code, the graphics change accordingly but I lose touch functionality.
ORIGINAL
I had a touch screen shield that works perfectly with my Arduino Uno. I wanted to repeat the same project using a Omega, however realised there were no Analog I/O pins.
I purchased the dock and am trying to get this touch screen working however the example library file supplied by the touch screen manufacturer doesn't seem to be working with the dock.
The example works perfectly with my Uno however not with the dock, the screen just has black and white lines across it.
I assume it has something to do with the analog pins as the non-touch related example where you print text and shapes works fine on the dock, just not the touch related example.
Any ideas why it wouldn't be working?
This is the Touch Screen