I am working on the home standby generator monitor I mentioned a few days back and am having an issue.
I am adapting a sketch located at www.firebottleradio.com and can't get the touch feature to work on the CTE70.
The original sketch has:
"UTFT myGLCD(ITDB32S,38,39,40,41); // Remember to change the model parameter to suit your display module!
UTouch myTouch(6,5,4,3,2);"
Mine has:
"UTFT myGLCD(CTE70,38,39,40,41);
UTouch myTouch( 6,5,4,3,2);"
So in my adapted sketch the touch feature doesn't work at all. I know the touch feature on the screen itself works as I can upload a touch demo and it works just fine.
Thanks for any help,
Mike