stevstrong / Adafruit_TFTLCD_8bit_STM32

Adafruit TFT library using 8 bit parallel access ported to STM32
47 stars 18 forks source link

This is a library for the 8 bit parallel driven TFT displays, ported from the Adafruit library [https://github.com/adafruit/TFTLCD-Library] and adapted to STM32F103Cx controller. No other CPU architecture is supportted at the moment.

This library depends on the Libmaple core files from:

https://github.com/stevstrong/Arduino_STM32 or

https://github.com/rogerclarkmelbourne/Arduino_STM32.

The scope of this library is to achieve highest display update rate while maintaing the compatibility with original Adafruit display API. Only tested with ILI9328 and "unknown" ILI9341-compatitble driver chips.

Contribution from users for other display control types is welcome and made easy by allocating separate files for each controller type in part.

How to use: