Tslib

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search
Translate this page to   


Contents

About

Tslib is an abstraction layer for touchscreen panel events, as well as a filter stack for the manipulation of those events. It was created by Russell King, of arm.linux.org.uk. Tslib is generally used on embedded devices to provide a common user space interface to touchscreen functionality.


Source Download Location

Visit Download tslib source


Cross compiling


Configuration(required for execution).

Make sure you have the following settings right(You can have them in your profile).


Execution


Execution logs

The logs of ts_calibrate,ts_test run is provided below-

TS_READ----> x = 4, y = 306, pressure = 673
416.280517:     4    306    673
TS_READ----> x = 4, y = 306, pressure = 679
416.286407:     4    306    679
TS_READ----> x = 5, y = 308, pressure = 0
416.291717:     5    308      0

The logs mainly print the coordinate positions and pressure values according to the stylus movements on the touchscreen.

Leave a Comment

Comments

Comments on Tslib


Htbegin said ...

run "./configure --prefix=(Abosolute path on NFS) --host=arm-linux-gnu ac_cv_func_malloc_0_nonnull=yes" is also a workaround for "undefined reference to rpl_malloc" problem

--Htbegin 23:46, 11 January 2011 (CST)

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox