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

History

make size of the ST7735 variable, while not breaking old functionality; default tip

2016-02-16, by DooMMasteR [Tue, 16 Feb 2016 19:09:15 +0000] rev 28

make size of the ST7735 variable, while not breaking old functionality;


- fix sleep/wakeup of ILI9328 driver

2013-07-22, by ttodorov [Mon, 22 Jul 2013 01:48:06 +0000] rev 27

- fix sleep/wakeup of ILI9328 driver


- fixed 18bit color depth (262k colors available)

2013-06-16, by ttodorov [Sun, 16 Jun 2013 03:36:07 +0000] rev 26

- fixed 18bit color depth (262k colors available)


- finish porting ILI9325/8 driver: screen rotation

2013-06-16, by ttodorov [Sun, 16 Jun 2013 02:53:06 +0000] rev 25

- finish porting ILI9325/8 driver: screen rotation


- ported ILI9328 (actually ILI9325D) driver from UTFT; still need to fix screen rotation.

2013-06-15, by ttodorov [Sat, 15 Jun 2013 05:34:53 +0000] rev 24

- ported ILI9328 (actually ILI9325D) driver from UTFT; still need to fix screen rotation.


- ILI9328 driver not working yet

2013-06-13, by ttodorov [Thu, 13 Jun 2013 03:47:51 +0000] rev 23

- ILI9328 driver not working yet


- added PWM backlight control

2013-01-26, by ttodorov [Sat, 26 Jan 2013 04:36:46 +0000] rev 22

- added PWM backlight control


- replaced old fonts with the better Terminus font in 8x12 and 16x28 sizes

2013-01-26, by ttodorov [Sat, 26 Jan 2013 02:55:46 +0000] rev 21

- replaced old fonts with the better Terminus font in 8x12 and 16x28 sizes


- changed internals of SetPixelColor to allow more general and simple implementation of the bitmap drawing functions

2012-12-21, by ttodorov [Fri, 21 Dec 2012 06:05:15 +0000] rev 20

- changed internals of SetPixelColor to allow more general and simple implementation of the bitmap drawing functions


- add more pre-defined colors; - fix doxygen comments for the screen orientation options

2012-12-13, by ttodorov [Thu, 13 Dec 2012 03:37:22 +0000] rev 19

- add more pre-defined colors; - fix doxygen comments for the screen orientation options