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. This fork is for 8 bit interface. I will add proper switch in later commit
Fork of TFTLCD by
Files at revision 32:155abe4126e3
Name | Size | Actions |
---|---|---|
[up] | ||
helpers.h | 1949 | Revisions Annotate |
hx8340bs.cpp | 6758 | Revisions Annotate |
hx8340bs.h | 8030 | Revisions Annotate |
ili9325.cpp | 11433 | Revisions Annotate |
ili9325.h | 8369 | Revisions Annotate |
ili9328.cpp | 9771 | Revisions Annotate |
ili9328.h | 8369 | Revisions Annotate |
lcd_base.cpp | 20161 | Revisions Annotate |
lcd_base.h | 28284 | Revisions Annotate |
ssd1289.cpp | 9912 | Revisions Annotate |
ssd1289.h | 8386 | Revisions Annotate |
st7735.cpp | 7875 | Revisions Annotate |
st7735.h | 8059 | Revisions Annotate |
terminus.cpp | 75928 | Revisions Annotate |
terminus.h | 1573 | Revisions Annotate |
touch.cpp | 0 | Revisions Annotate |
touch.h | 0 | Revisions Annotate |