Broken Line Detection - atmel-maxtouch/mxt-app GitHub Wiki

Broken Line Detection

The broken line test scans the diagnostic data to identify touch sensor defects.

--broken-line : Run the broken line detection algorithm on the device

--dualx : Indicate if sensor X lines are double connected

--x-center-threshold N : Set threshold for X lines in center of sensor to N percent

--x-border-threshold N : Set threshold for X lines at edge of sensor to N percent

--y-center-threshold N : Set threshold for Y lines in center of sensor to N percent

--y-border-threshold N : Set threshold for Y lines at edge of sensor to N percent

--pattern *PATTERN* : set sensor PATTERN material to ITO

The x-center, y-center, x-border, y-border are defaulted to 20 percent.

The broken line test functions only if P2P mutual is disabled.