Skip to content

Commit 0a6a61e

Browse files
committed
website: improve the documentation and mention libinput
1 parent db05dbb commit 0a6a61e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

website/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,16 @@
4242
<a href="https://github.com/libts/tslib/blob/master/README.md#filter-modules">
4343
mathematical filters</a> in any number or order.
4444
The libts library is highly configurable and portable. tslib includes tools to
45-
<i>calibrate</i>, test and use the library. It is well suited for embedded
45+
<i>calibrate</i>, test and use the library.
46+
(Via <a href="https://github.com/libts/tslib/#use-the-filtered-result-in-your-system-ts_uinput-method">
47+
ts_uinput</a> the app or toolkit gets to use the usual evdev input device with
48+
filtered touchscreen events).
49+
It is well suited for embedded
4650
devices and used in many commercial products. tslib includes
4751
<a href="https://github.com/libts/tslib/blob/master/README.md">documentation</a>
48-
on how to use it.
52+
on how to use it. Compared to <a href="https://gitlab.freedesktop.org/libinput/libinput">
53+
libinput</a> tslib is more like a box of legos. tslib can be used together
54+
with libinput, providing a filtered device for libinput.
4955
<p>
5056
<b>Download tslib</b>
5157
<p>

0 commit comments

Comments
 (0)