Commit 13ab504c13f3531160f97e5271031b3dc8d5c638

Authored by 남새힘
1 parent 4e42dd22b6
Exists in fhd

buildroot: qt5 patch, pointercal modify

buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/etc/pointercal
1   -26593 26 -1902648 -208 -15301 60302540 65536 1600 900
2 1 \ No newline at end of file
  2 +31768 67 -2088120 -73 -18329 72717808 65536 1920 1080
3 3 \ No newline at end of file
... ...
buildroot/buildroot-2016.08.1/package/qt5/qt5base/0009-tslib-rotation.patch
... ... @@ -7,7 +7,7 @@ diff -Naur a/src/platformsupport/input/tslib/qtslib.cpp b/src/platformsupport/in
7 7 }
8 8 - QPoint pos(x, y);
9 9 +
10   -+ int xn = 900 - y;
  10 ++ int xn = 1080 - y;
11 11 + int yn = x;
12 12 +
13 13 + QPoint pos(xn, yn);
... ...