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

Revisions of ssd1289.h

Revision Date Message Actions
28:2f24de90cb46 2016-01-11 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 File  Diff  Annotate
24:ac6e35658037 2013-06-15 - ported ILI9328 (actually ILI9325D) driver from UTFT; still need to fix screen rotation. File  Diff  Annotate
22:4c169297f374 2013-01-26 - added PWM backlight control File  Diff  Annotate
20:4bdca8d8dadc 2012-12-21 - changed internals of SetPixelColor to allow more general and simple implementation of the bitmap drawing functions File  Diff  Annotate
12:d0978272a340 2012-12-11 - integrated RGB16 and RGB18 color depth configuration/selection; - integrated HW rotation for the HX8340-B driver; - changed the bitmap drawing API; - TODO: no drawing of rotated or scaled bitmaps yet File  Diff  Annotate
10:69571adcfad5 2012-12-11 - preliminary support for using 18-bit colors File  Diff  Annotate
6:059ca1648211 2012-12-03 - add standard __cplusplus ifdefs to headers File  Diff  Annotate
5:09b6d228ceea 2012-12-02 - fixed some more doxygen comments File  Diff  Annotate
4:3ac4239f6c9c 2012-12-02 - renamed SSD1289 implementation; - refactored base class functions and removed redundant addressing; - added sleep and wake functions; - added HX8340B serial implementation; - fixed test case File  Diff  Annotate
3:64a5b67d5b51 2012-12-02 - fixed documentation; - renamed ssd* source files to match the name of the LCD controller File  Diff  Annotate | base