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:   test SDCard capstone_display capstone_display_2 ... more

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
BacklightPwmCtrl_enumType of backlight control for the LCD
Bitmap_structDescribes an image
Font_structDescribes fonts and their properties
HX8340S_LCDRepresents a LCD instance
ILI9328_LCDRepresents a LCD instance
LCDBase class for LCD implementations
SSD1289_LCDRepresents a LCD instance
ST7735_LCDRepresents a LCD instance