You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.4 KiB

  1. [eGTouchL.ini]
  2. DebugEnableBits 1
  3. ShowDebugPosition 0
  4. DeviceNums 1
  5. BaudRate 0
  6. ScanInterface 0
  7. UseDriverCalib 0
  8. SkipFirstByte 0
  9. ShiftByteBothEnd 1
  10. ScanDevStartDelayTime 0
  11. [String]
  12. SerialPath0 default
  13. SerialPath1 default
  14. DevPID0 null
  15. DevPID1 null
  16. [Device_No.0]
  17. Physical_Address
  18. SupportPoints 10
  19. SendRawPoints 0
  20. Direction 0
  21. Orientation 0
  22. EdgeCompensate 0
  23. EdgeLeft 100
  24. EdgeRight 100
  25. EdgeTop 100
  26. EdgeBottom 100
  27. HoldFilterEnable 0
  28. HoldRange 20
  29. SplitRectMode 0
  30. CustomRectLeft 0
  31. CustomRectRight 2047
  32. CustomRectTop 0
  33. CustomRectBottom 2047
  34. MonitorName null
  35. DetectRotation 0
  36. ReportMode 1
  37. EventType 0
  38. BtnType 0
  39. RightClickEnable 1
  40. RightClickDuration 1500
  41. RightClickRange 20
  42. BeepState 0
  43. BeepDevice 0
  44. BeepFreq 1000
  45. BeepLen 200
  46. VKEYEnable 0
  47. VKEYReportMod 1
  48. VKEY_0 0
  49. [EndOfDevice]
  50. [EndOfFile]
  51. [NOTE]:
  52. 1. Remember to put this file at /etc/eGTouchL.ini
  53. 2. This is a parameter list that we can enable or disable functions easily by modifying the above list.
  54. 3. Please make sure just modify the value of the list. "DONT" change any front title of the list.
  55. 4. Below are the parameter explanations.
  56. [Explanation of all Parameter]:
  57. DebugEnableBits [0] Close all Debug , [FFFFF] Open all Debug
  58. ShowDebugPosition [0] Print in file under /tmp , [1] Print in Terminal , [2] Print in both
  59. SerialPath [default]: It represent serial port use default /dev/ttySX
  60. /dev/serial/ttyS0: It represent assign the specific serial port. Pls be accordance to the form.
  61. ScanDevStartDelayTime Driver booting delay time, the unit is millisecond.
  62. Physical_Address USB physical address ( use for multi-device )
  63. SupportPoints [0] No point , [X] Point amount want to report
  64. SendRawPoints [0] default point format , [1] raw point format
  65. Direction [1] Invert X , [2] Invert Y , [4] Swap X with Y
  66. Orientation [0] 0 degree, [1] 90 degree, [2] 180 degree, [3] 270 degree
  67. EdgeCompensate [0] Disbale , [1] Enable
  68. EdgeLeft [100] Default with no change , [50-150] Compensate Value.
  69. EdgeRight [100] Default with no change , [50-150] Compensate Value.
  70. EdgeTop [100] Default with no change , [50-150] Compensate Value.
  71. EdgeBottom [100] Default with no change , [50-150] Compensate Value.
  72. HoldFilterEnable [0] Disable , [1] Enable
  73. HoldRange [X] Hold Filter Range area
  74. SplitRectMode [0] Default , [1-8] In-built Mode , [9] Custom Mode
  75. CustomRectLeft [0-2047] As Custom Mode, left edge value
  76. CustomRectRight [0-2047] As Custom Mode, right edge value
  77. CustomRectTop [0-2047] As Custom Mode, top edge value
  78. CustomRectBottom [0-2047] As Custom Mode, bottom edge value
  79. ReportMode [1] Normal Mode [2] Single Click on Touch [3] Single Click on Release
  80. MonitorName Use for mapping touch data output to specific monitor. Check monitor name by command "xrandr", example: "eDP1".
  81. DetectRotation [0] Disable [1] Enable to detect X rotation and map coordinate.
  82. EventType [0] AUTO_DETECT
  83. BtnType [0] BTN_LEFT [1] ABS_PRESSURE [2] BTN_TOUCH
  84. RightClick [0] Disable RightClick, [1] Enable RightClick
  85. RightClickDuration [X] After constant touch for X millisec, trigger RightClick
  86. RightClickRange [X] The touch range(area) which would cause constant touch
  87. BeepState [0] Disable beep [1] Beep on Touch [2] Beep on Release
  88. BeepDevice [0] Disable [1] System Beep [2] Sound Card Beep
  89. BeepFreq [X] Beep sound frequency
  90. BeepLen [X] Beep sound length