Reply To: [SOLVED] Adding 2.8" 320×240 TFT Touchscreen Adfruit

Max2Play Home Forums Max2Play Development (Ideas, Wishes) [SOLVED] Adding 2.8" 320×240 TFT Touchscreen Adfruit Reply To: [SOLVED] Adding 2.8" 320×240 TFT Touchscreen Adfruit

7. Januar 2017 at 19:02 #25662

Finally I managed to get it work, perhaps it should be included into m2p.

After installing Adafruit 2.8“ Touchdisplay I changed the following files:

1) sudo nano /boot/config.txt
pitft28c (instead of pitft 28-resisitve)
2) sudo nano /etc/modules
ft6x06_ts (instead of stmpe-ts)
3) sudo nano /etc/X11/xorg.conf.d/99-captouch.conf
Identifier „captouch“
MatchProduct „ft6x06_ts“
Option „SwapAxes“ „1“
Option „InvertY“ „1“
Option „Calibration“ „0 320 0 240“

Now it is working 🙂