Hi all,
Looking for some help setting up a nerves rpi3 kiosk using an asus touch screen
I am starting with this system - GitHub - nerves-web-kiosk/kiosk_system_rpi3: Nerves QtWebEngine Kiosk system for Raspberry Pi 3 · GitHub.
I have one problem, the display is oriented in portrait, I have it rotated correctly via display_rotate=1 in config.txt but the touch input is now off.
I was able to solve this with an x11 debian based system using the following command
xinput set-prop 'ILITEK ILITEK Multi-Touch' 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1
Here is a link to pretty much the same problem - solved in a similar way:
https://www.raspberrypi.org/forums/viewtopic.php?t=205592
Any idea how I could go about solving this with a nerves system? Is it possible?
Thanks for the help!
EDIT:
This a similar thread,
https://forum.elixirforum.com/t/nerves-connecting-a-touch-screen
I am unsure how to apply that advice though…






















