Made pixy_test screen working again. Had to disable pixy_service. Recalibrated initial touch values.
This commit is contained in:
@@ -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, ...)
|
||||
|
||||
Reference in New Issue
Block a user