Bodmer / TFT_Touch

Arduino touch screen library for XPT2046
31 stars 13 forks source link

Hardware SPI possible ? #6

Closed Greece2 closed 3 years ago

Greece2 commented 3 years ago

It seems that you created your own Soft-SPI-Routines. Any chance to change that to Hard-SPI (as for the ATmega128 and others) ? Thanks in advance !

Bodmer commented 3 years ago

This library is rather old now and deliberately uses bit bashing for SPI.

I would checkout some other touch libraries as this one is rather dated and basic in functionality.