I've purchased the Pitft adafruit tft 3.5" but it is not working with raspberry pi 3 model b and the last
Raspbian Jessie with PIXEL
The screen looks good but the touchscreen does not work.
I followed the instructions ten times throughout the day and there is no way to configure the touchscreen.
with last xinput_calibrator values and any other random values of /etc/X11/xorg.conf.d/99-calibration.conf, the behavior of the touchscreen is exactly the same. X and Y axis are swapped.
Option "SwapAxes" "1"
or
Option "SwapAxes" "0"
changing Option "Calibration" "3800 120 200 3900"
to any other random values nothing happens
Option "Calibration" "120 3800 3900 200"
nothing changes, nothing happens
Any idea?
Thank you