Skip to content

Releases: libts/tslib

tslib 1.3

09 Jan 07:53
Compare
Choose a tag to compare

tslib-1.3 is backwards compatible and adds multitouch support (protocol type A and B). New things since version 1.2 include:

new API

  • ts_read_mt() and ts_read_raw_mt()
  • ts_reconfig()

user interface

  • multitouch: the new ts_read_mt() and it's following example programs:
  • tests/ts_print_mt
  • tests/ts_print_raw_mt
  • tests/ts_test_mt
  • tools/ts_uinput: daemon program offers a normal input device to use, instead of tslib's API
  • new filter plugin: median filter
  • man pages (commands, config file and APIs)

core and others

  • support for multitouch in input-raw and filter plugins
  • security relevant bugfixes found by coverity
  • build system fixes

tslib 1.2

18 Nov 15:12
Compare
Choose a tag to compare

tslib 1.2 is backwards compatible. Most notable changes are:

new API

(nothing)

user visible

  • new plugins, see below
  • added ts_finddev program (via buildroot)

hardware plugins

  • improved eGalax touchscreen support
  • added support for eGalax 7200 and 7201 touchscreens
  • added hardware plugin for WaveShare touchscreens

filter plugins

  • bugfixes in variance plugin
  • added debounce plugin
  • added skip plugin

misc

  • library versioning
  • bugfixes and performance improvements

see the git log for the details

tslib 1.1

08 Aug 00:27
Compare
Choose a tag to compare

This release is compatible with tslib 1.0. It includes many bug fixes, support for building with automake 1.13, support for running in a different resolution than during calibration, extremely basic multi-touch support (incomplete implementation of the multi-touch protocol) and 4 new tslib plugins (dmc, touchkit, egalax, palm pre). See the git repository history for details.