n4archive / pigame

A pygame wrapper for the libary pitft_touchscreen.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Required RPi.GPIO #12

Closed nift4 closed 5 years ago

nift4 commented 5 years ago

GPIO isn't needed for touch but is useful, #13 removes forced install of RPi.GPIO

nift4 commented 5 years ago

Fixed by #13

BroMarduk commented 5 years ago

This seems to be working as I was able to run tests apps successfully on a pi with no rpi.gpio installed.