Made pixy_test screen working again. Had to disable pixy_service. Recalibrated initial touch values.

This commit is contained in:
t-moe
2015-06-03 23:40:19 +02:00
parent 16bfdade78
commit 74aa1867b5
4 changed files with 32 additions and 4 deletions

View File

@@ -112,7 +112,10 @@ extern "C"
int pixy_service()
{
return interpreter.service();
//Service calls are commented at the moment because they cause problems with USB on the discovery.
//TODO: Fix problems.
return -1;
//return interpreter.service();
}
int pixy_command(const char *name, ...)