A modifiedversion of TFTLCD by Todor Todorov with ultra-fast operation for SSD1289 controller. TODO: speed-up fonts, add my own fonts Can work out-of-the-box with ST Nucleo F401RE

Dependents:   TFT_320QVT_Window_Drag_Demo TFT_320QVT_HelloWorld

Fork of TFTLCD by Todor Todorov

History

All changes are valid for ssd1289; Overloaded constructors added;; _fast_fill_16 protected methods are added for fast rectangle fill;; DrawHLine and DrawVLine are now Public.; Changes made by Dmitry Shtatnov default tip

2016-01-11, by rpocc [Mon, 11 Jan 2016 09:35:06 +0000] rev 28

All changes are valid for ssd1289; Overloaded constructors added;; _fast_fill_16 protected methods are added for fast rectangle fill;; DrawHLine and DrawVLine are now Public.; Changes made by Dmitry Shtatnov


- 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