del-image-graphical: Add default touchscreen calibration files.
Fixes https://jira.digi.com/browse/DEL-227 Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
7aa69fd88f
commit
478ca3c734
|
|
@ -0,0 +1 @@
|
|||
xinput set-prop "MXS touchscreen" "Evdev Axis Calibration" 4083 176 4071 47
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
xinput set-prop "mxc_ts" "Evdev Axis Calibration" 985 42 935 58
|
||||
xinput set-prop "mxc_ts" "Evdev Axes Swap" 1
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
xinput set-prop "da9052-tsi" "Evdev Axis Calibration" 34 975 98 930
|
||||
xinput set-prop "da9052-tsi" "Evdev Axes Swap" 1
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}"
|
||||
|
||||
PR_append = "+${DISTRO}.r0"
|
||||
Loading…
Reference in New Issue