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
History
sorry if i broken any of your code by recent check in. please enlighten me how to unlink library
2014-12-03, by ThihaElectronics [Wed, 03 Dec 2014 16:35:25 +0000] rev 32
sorry if i broken any of your code by recent check in. please enlighten me how to unlink library
clean up
2014-12-03, by ThihaElectronics [Wed, 03 Dec 2014 16:02:30 +0000] rev 31
clean up
add triangle routine
2014-04-16, by ThihaElectronics [Wed, 16 Apr 2014 14:48:51 +0000] rev 30
add triangle routine
update on 08/04/2014
2014-04-07, by ThihaElectronics [Mon, 07 Apr 2014 16:53:44 +0000] rev 29
update on 08/04/2014
Change 8 bit for TFTLCD library by Todor Todorov
2014-04-06, by ThihaElectronics [Sun, 06 Apr 2014 15:07:50 +0000] rev 28
Change 8 bit for TFTLCD library by Todor Todorov
- 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