Jump to content

Touch coordinates dosn't respond with screen rotation!


Younes_Thabet

Recommended Posts

Hello,

I am using OPI one with Armbian_5.90_Ubuntu_bionic_4.19.57, so I fliped my 7" touch screen display vertically (rotated 180) by modifing:

/etc/X11/xorg.conf/01-armbian-defaults.conf

and it worked, but the touch doesn't correspond with it (still points as it was before rotation).

 

how can i flip the touch information (x,y) coordinates vertically (rotate by 180)?

 

Regards,

Link to comment
Share on other sites

On 11/6/2019 at 4:57 PM, Younes_Thabet said:

how can i flip the touch information (x,y) coordinates vertically (rotate by 180)?

 

usr / share / X11 / xorg.conf.d / evdev.conf

 

Section "InputClass" 
    Identifier "evdev touchscreen catchall" 
    MatchIsTouchscreen "on" 
    MatchDevicePath "/dev/input/event*"
    Driver "evdev" 
    Option "InvertY" "true" 
    Option "InvertX" "true" 
EndSection


https://f1atb.fr/index.php/2020/12/15/armbian-chromium-kiosk/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines