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.
Fork of TFTLCD by
Revisions of lcd_base.h
Revision | Date | Message | Actions |
---|---|---|---|
2:81ed304b7e9b | 2012-12-02 | - Fixed capitalization of functions | File Diff Annotate |
0:881ff0b71102 | 2012-12-01 | - first version of a standardized TFT library, which is to provide support for multiple LCD controllers and different data buses. | File Diff Annotate |