Hello, i've got exactly the same problem. When i run ts_test it's ok but
in jivelite up is left and left is down.
my "do_rebootstuff.sh" is

Code:
--------------------
    if [ "$JIVELITE" = "yes" ]; then
  echo -n "${BLUE}Starting Jivelite... ${NORMAL}"
  eventno=$( cat /proc/bus/input/devices | awk '/Intelligent Agent CDC and 
Digitizer/{for(a=0;a>=0;a++){getline;{if(/mouse/==1){ print $NF;exit 0;}}}}')
  if [ x"" != x"$eventno" ];then
  export JIVE_NOCURSOR=1
  export TSLIB_TSDEVICE=/dev/input/$eventno
  export SDL_MOUSEDRV=TSLIB
  export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  export SDL_VIDEO_FBCON_ROTATION=UD
  
--------------------

i've tried every ROTATION (UD, CW, CCW) but nothing change. 

swapxy in config.txt is also nothing change
i've read about a config_xy command  but i don't know where to use it.

I've got XPT2046 4inch Waveshare.

Does anybody can help?

Yannick


------------------------------------------------------------------------
ETNY's Profile: http://forums.slimdevices.com/member.php?userid=66993
View this thread: http://forums.slimdevices.com/showthread.php?t=104980

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to