[Previous] [Contents] [Index] [Next]

devi-microtouch

Microtouch input manager for Photon

Syntax:

devi-microtouch [general_opts] 
                protocol* [protocol_opts]*
                device* [device_opts]*
                filter* [filter_opts]*

Options:

General options:

-b
Prevent the use of the Ctrl-Alt-Shift-Backspace keychord to exit Photon (permitted by default).
-d device
Device (default: /dev/photon or $PHOTON).
-G
A graphics driver isn't required when starting a touchscreen driver. This option is useful when you're debugging.
-g input_group
Input group (default: 1).
-l
List the internal modules. Modules are listed in the following format where class is one of: D -- Device, P -- Protocol, or F -- Filter:
module name | date compiled | revision | class
    
-v[v]...
Verbose output. More v characters cause more verbosity.

The protocol and protocol_opts are:

microtouch [microtouch_opts] [fd fd_opts]
|[uart uart_opts]|[touchdev touchdev_opts] 
[touchusb touchusb_opts]_

The protocol modules and their options are:

The device modules and their options are:

The filter modules and their options are:

Description:

The devi-microtouch command starts the Microtouch input manager for Photon.

Examples:

Connect a Microtouch controller to first serial port:

devi-microtouch microtouch fd -d/dev/ser1 abs -b

See also:

inputtrap

Input drivers (devi-*) in the Utilities Summary


[Previous] [Contents] [Index] [Next]