TG-Techie e901317fd7
PYPORTAL: pindefs incorrect
@jerryneedell  suggested the pins could be wrong when I told him I was getting reading that didn't change, having corrected the pinout to match the schematic I was given it now works! 

used:
```
ts = adafruit_touchscreen.Touchscreen(board.TOUCH_XL, board.TOUCH_XR,
                                      board.TOUCH_YD, board.TOUCH_YU,
                                      calibration=((5200, 59000), (5800, 57000)),
                                      size=(320, 240))

while True:
    p = ts.touch_point
    if p:
        time.sleep(.5)
        print(p)
```
2019-02-12 22:18:36 -05:00
..
2019-01-17 14:45:29 -08:00
2019-01-17 14:45:29 -08:00
2019-01-17 14:45:29 -08:00
2019-01-18 11:43:35 -08:00
2019-02-12 22:18:36 -05:00
2019-01-17 14:45:29 -08:00
2018-04-13 16:22:28 -07:00
2018-04-13 16:22:28 -07:00
2018-04-13 16:22:28 -07:00