Commit 230645d67f68b40e190a03a9889f2d3013bedfd2

Authored by 김태훈
1 parent 2ae9b0aef1
Exists in master and in 2 other branches fhd, fhd-demo

Root FS 오버레이 변경

- 로그인 후 Qt 환경 변수를 Tslib을 사용하도록 수정
buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/etc/profile.d/qtouch.sh
1   -#!/bin/sh
2   -
3   -export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0:rotation=270
  1 +export QT_QPA_FB_TSLIB=1
  2 +export TSLIB_TSDEVICE=/dev/input/event0
4 3 export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=rotate=270:inverty
5   -
... ...