Bodmer / TFT_ILI9341

A fast Arduino IDE compatible graphics and fonts library including a driver for the ILI9341 based TFT displays.
109 stars 32 forks source link

Improving the compatibility with other libraries and interrupts #11

Closed Treeed closed 6 years ago

Treeed commented 6 years ago

These changes are needed to use this library with this one https://github.com/PaulStoffregen/XPT2046_Touchscreen and the official SD library on the same SPI bus and to not disable Interrupts when calling e.g. fillRect. Please see the commit description for more details as to why I made these changes. I'm not too familiar with Github and I'm not entirely sure why both commits went in one pull request but I thought these updates might help someone else trying to use a fast ILI9341 library without these problems. I also have no idea why github thinks the last line changed, I used the online editor to change the files. Please tell me if I could have done anything better.

Bodmer commented 6 years ago

Thanks