This is a port of Henning Kralsen's UTFT library for Arduino/chipKIT to mbed, refactored to make full use of C inheritance and access control, in order to reduce work when implementing new drivers and at the same time make the code more readable and easier to maintain. As of now supported are SSD1289 (16-bit interface), HX8340-B (serial interface) and ST7735 (serial interface). Drivers for other controllers will be added as time and resources to acquire the displays to test the code permit.

Dependents:   UTFT_SSD1289

Fork of TFTLCD by Todor Todorov

Revision:
24:ac6e35658037
Parent:
22:4c169297f374
--- a/ssd1289.h	Thu Jun 13 03:47:51 2013 +0000
+++ b/ssd1289.h	Sat Jun 15 05:34:53 2013 +0000
@@ -146,7 +146,7 @@
     /** Sends pixel data to the display.
      *
      * \param data The display data.
-     * \remarks Sendin data is controller-specific and this function needs to
+     * \remarks Sending data is controller-specific and this function needs to
      *          be implemented separately for each available controller.
      */
     virtual void WriteData( unsigned short data );