high to everyone reading.basically my problem is:-i have a mega running 18 servo's on hexapod, controlled by an esplora using an nrf2401.all works great.now i'm trying to add a utft screen to the mega as well. it's a 2.4 inch tft that fits into uno 1.0 pinouts.that also works fine on its own. but when i put two together .it stops the radio except for a window every minute or so where it lets radio through and thus control to hexapod for about a second then blocks it again.i'm assuming the tft is taking all the cpu, bt i'm not sure whether its just the utft.h library that could be causing the problem somehow.i know its a lot to chew on but any advice would be greatly appreciated.
thanks
jaymie
it's ok now figured it out. i had to comment out a line in the initlcd tft driver.total guess but struck it lucky.