wok-current annotate tslib/description.txt @ rev 25579
Bump toolchain GCC 4.9.2, Glibc 2.19, Binutils 2.37
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 16 20:08:34 2023 +0000 (19 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25374 | 1 Tslib is a cross-platform library that provides access to touchscreen |
Hans-G?nter@25374 | 2 devices and the ability to apply filters to their input events. |
Hans-G?nter@25374 | 3 |
Hans-G?nter@25374 | 4 Tslib is used to access touch screen devices, in case the operating |
Hans-G?nter@25374 | 5 system doesn't provide driver support. |
Hans-G?nter@25374 | 6 It may instead also only be used to optimize the touch user experience |
Hans-G?nter@25374 | 7 by applying mathematical filters in any number or order. |
Hans-G?nter@25374 | 8 The libts library is highly configurable and portable. |
Hans-G?nter@25374 | 9 Tslib includes tools to calibrate, test and use the library. |
Hans-G?nter@25374 | 10 It is well suited for embedded devices and used in many commercial |
Hans-G?nter@25374 | 11 products. |