Bodmer / TFT_ILI9341

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

Add a support for ST32F103xxx devices #8

Closed EngrMubasharAli closed 7 years ago

EngrMubasharAli commented 7 years ago

Hi, its great work, can you add a support for ST32 series support, remember that library for this already made, we just need to add the support to this library

Bodmer commented 7 years ago

This library is tailored for the AVR processors, using direct register writes for speed, and it would need some significant changes to make it STM32 compatible.