1TS_TEST(1) tslib TS_TEST(1)
2
3
4
6 ts_test - A basic test routine for tslib.
7
9 ts_test
10
12 ts_test is used to manually test tslib using ts_read(). It draws a
13 crosshair and mode buttons to the framebuffer and lets you test the be‐
14 haviour of input samples with your configured filters applied, see
15 ts.conf (5). Since it uses ts_read(), it supports single touch only.
16
17
18 -r, --rotate [value]
19
20 Rotate the screen. value is 0 for 0 degree, 1 for 90 degrees (CW),
21 2 for 180 degrees (upside down) and 3 for 270 degrees (CCW).
22
24 ts.conf (5), ts_test_mt (1), ts_calibrate (1)
25
26
27
28 TS_TEST(1)