adafruit / Adafruit_CircuitPython_PyPortal

CircuitPython driver for Adafruit PyPortal.
MIT License
45 stars 56 forks source link

choose touch screen or cursor control #47

Closed jerryneedell closed 4 years ago

jerryneedell commented 4 years ago

attempt to fix #46 import either touchscreen or cursor control

minimally tested -- it does import now on a PyPortal

jerryneedell commented 4 years ago

while this will now import I think it is still broken due to #48 which is due to the change in how the backlight is configured: https://github.com/adafruit/Adafruit_CircuitPython_PyPortal/blame/master/adafruit_pyportal.py#L170