Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. #!/bin/sh
  2. ################################################################################
  3. # This file is part of OpenELEC - http://www.openelec.tv
  4. # Copyright (C) 2009-2015 Stephan Raue (stephan@openelec.tv)
  5. # Copyright (C) 2015 Peter Vicman
  6. #
  7. # OpenELEC is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation, either version 2 of the License, or
  10. # (at your option) any later version.
  11. #
  12. # OpenELEC is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
  19. ################################################################################
  20.  
  21. export TSLIB_TSDEVICE=/dev/input/event2
  22. export TSLIB_PLUGINDIR=/usr/lib/ts
  23. export TSLIB_CONSOLEDEVICE=none
  24. export TSLIB_FBDEVICE=/dev/fb0
  25. export TSLIB_CALIBFILE=/storage/.config/ts/pointercal
  26. export TSLIB_CONFFILE=/storage/.config/ts/ts.conf
  27. #export TSLIB_TAP_TIME=200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement