Touch Settings
Save / Load Settings
DISPLAX Service allows you to save or load all settings and calibration values from one Touch Controller to another of the same model and firmware version. You can also save a settings file as a backup to upload in future. To achieve this in any of ...
Trigger a Reference Frame
The Reference Frame feature consists of making a data record of the actual state of the sensor, to be used as a comparative measure for the next signal readings: $ displaxservice -a 127.0.0.1 --fnref
Touch operation mode
By default, DISPLAX Touch Controllers are automatically defined with the correct touch mode for each operating system. There are three different modes: Mouse emulation (0) Single Touch (1) Multitouch (2) If for some reason there is a need to force a ...
Limit the number of touches
To see the current number of touches that will be reported: $ displaxservice -a 127.0.0.1 --tmax To set the limit of touches reported to 10: $ displaxservice -a 127.0.0.1 --tmax 10
Enable / disable Infinity feature
To see the current status of the Infinity feature: $ displaxservice -a 127.0.0.1 --fcolsa To enable the Infinity feature: $ displaxservice -a 127.0.0.1 --fcolsa 1 To disable the Infinity feature: $ displaxservice -a 127.0.0.1 --fcolsa 0
Shield
To get the current shield value: $ displaxservice -a 127.0.0.1 --shield To set the shield value to 2 (for example): $ displaxservice -a 127.0.0.1 --shield 2 The Shield values range from 0 to 6. At 0 the Shield is disabled. 6 is the maximum Shield ...
Threshold
To see the current Threshold value: $ displaxservice -a 127.0.0.1 --thni To set the Threshold value to 30 (for example): $ displaxservice -a 127.0.0.1 --thni 30
Gain
To see the current Gain value: $ displaxservice -a 127.0.0.1 --gain To set the Gain value to 2 (for example): $ displaxservice -a 127.0.0.1 --gain 5 Note: In the Command Line tool (DisplaxService) the Gain value is inverted compared to the value ...
Enable / disable touch in the operating system
To see the current status of touch injection in the OS: $ displaxservice -a 127.0.0.1 --tcenable To enable touch injection in the OS: $ displaxservice -a 127.0.0.1 --tcenable 1 To disable touch injection in the OS: $ displaxservice -a 127.0.0.1 ...