Skip to content

Commit

Permalink
Updated mini210 for updated FE 3.0.8 Kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrspruitt committed Mar 9, 2022
1 parent 1fe8b60 commit 5980eb3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions targets/mini210-qt_overlay/etc/profile.d/qt_env.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export TERM=xterm
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_TSDEVICE=/dev/input/event0
export TSLIB_TSDEVICE=/dev/touchscreen-1wire
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_CONSOLEDEVICE=/dev/tty1
export TSLIB_PLUGINDIR=/usr/lib/ts
export QT_QPA_PLATFORM=linuxfb:fb=/dev/fb0
export QT_QPA_FB_TSLIB=1
export QT_QPA_GENERIC_PLUGINS=tslib:/dev/input/event0
export QT_QPA_GENERIC_PLUGINS=tslib:/dev/touchscreen-1wire
2 changes: 1 addition & 1 deletion targets/mini210-qt_overlay/etc/ts.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment if you wish to use the linux input layer event interface
module_raw input
module_raw one-wire-ts-input

# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
# module_raw collie
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion targets/mini210_overlay/etc/profile.d/ts_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export TERM=xterm
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_TSDEVICE=/dev/input/event0
export TSLIB_TSDEVICE=/dev/touchscreen-1wire
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_CONSOLEDEVICE=/dev/tty1
export TSLIB_PLUGINDIR=/usr/lib/ts
2 changes: 1 addition & 1 deletion targets/mini210_overlay/etc/ts.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment if you wish to use the linux input layer event interface
module_raw input
module_raw one-wire-ts-input

# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
# module_raw collie
Expand Down
Binary file not shown.

0 comments on commit 5980eb3

Please sign in to comment.