1.. Permission is granted to copy, distribute and/or modify this
2.. document under the terms of the GNU Free Documentation License,
3.. Version 1.1 or any later version published by the Free Software
4.. Foundation, with no Invariant Sections, no Front-Cover Texts
5.. and no Back-Cover Texts. A copy of the license is included at
6.. Documentation/userspace-api/media/fdl-appendix.rst.
7..
8.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
9
10.. _V4L2-TCH-FMT-TU08:
11
12**************************
13V4L2_TCH_FMT_TU08 ('TU08')
14**************************
15
16*man V4L2_TCH_FMT_TU08(2)*
17
188-bit unsigned raw touch data
19
20Description
21===========
22
23This format represents unsigned 8-bit data from a touch controller.
24
25This may be used for output for raw and reference data. Values may range from
260 to 255.
27
28**Byte Order.**
29Each cell is one byte.
30
31
32
33.. flat-table::
34    :header-rows:  0
35    :stub-columns: 0
36    :widths:       2 1 1 1 1
37
38    * - start + 0:
39      - R'\ :sub:`00`
40      - R'\ :sub:`01`
41      - R'\ :sub:`02`
42      - R'\ :sub:`03`
43    * - start + 4:
44      - R'\ :sub:`10`
45      - R'\ :sub:`11`
46      - R'\ :sub:`12`
47      - R'\ :sub:`13`
48    * - start + 8:
49      - R'\ :sub:`20`
50      - R'\ :sub:`21`
51      - R'\ :sub:`22`
52      - R'\ :sub:`23`
53    * - start + 12:
54      - R'\ :sub:`30`
55      - R'\ :sub:`31`
56      - R'\ :sub:`32`
57      - R'\ :sub:`33`
58