commit | e3559442afd2a3d9b09eedc236f19698c515472e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Feb 06 22:01:07 2019 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Feb 06 22:18:12 2019 -0800 |
tree | 320b37ae0b41440ddc3b0819daca14b3ab8f62d3 | |
parent | 1bdec5d9818c47e080c19784dfd25d1d9c20807e [diff] |
Input: ili210x - rework the touchscreen sample processing Get rid of the packed structures for representing data as that does not apply to other similar Ilitek touchscreens. Instead, implement a function which parses the data and reports touch events and coordinates. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>