Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LPC1768_Mini-DK_EasyWeb_DM9161 LPC1768_Mini-DK LPC1768_Mini-DK
Fork of Mini-DK by
History
Updated SPI_TFT_ILI9320 library to the latest version (auto-detect ILI9320, 9325 and 9328)
2014-11-04, by frankvnk [Tue, 04 Nov 2014 21:43:48 +0000] rev 23
Updated SPI_TFT_ILI9320 library to the latest version (auto-detect ILI9320, 9325 and 9328)
fixed read_ads function
2014-03-23, by frankvnk [Sun, 23 Mar 2014 20:00:51 +0000] rev 22
fixed read_ads function
Added GetCalibration and SetCalibration
2014-03-23, by frankvnk [Sun, 23 Mar 2014 19:50:47 +0000] rev 21
Added GetCalibration and SetCalibration
ILI9320 library update (KL25Z support)
2014-03-18, by frankvnk [Tue, 18 Mar 2014 19:23:57 +0000] rev 20
ILI9320 library update (KL25Z support)
In Mini_DK.h #include "SPI_TFT.h" renamed to #include "SPI_TFT_ILI9320.h"
2013-01-11, by frankvnk [Fri, 11 Jan 2013 16:22:03 +0000] rev 19
In Mini_DK.h #include "SPI_TFT.h" renamed to #include "SPI_TFT_ILI9320.h"
SPI_TFT renamed to SPI_TFT_ILI9320 and published as separate library
2013-01-11, by frankvnk [Fri, 11 Jan 2013 16:17:42 +0000] rev 18
SPI_TFT renamed to SPI_TFT_ILI9320 and published as separate library
Cleanup : documentation/comments
2013-01-09, by frankvnk [Wed, 09 Jan 2013 20:54:35 +0000] rev 17
Cleanup : documentation/comments
Added option to define NO_FLASH_BUFFER to disable flash buffer
2013-01-08, by Sissors [Tue, 08 Jan 2013 17:39:50 +0000] rev 16
Added option to define NO_FLASH_BUFFER to disable flash buffer
Stream(name) is available again in mbed library
2013-01-08, by frankvnk [Tue, 08 Jan 2013 15:29:29 +0000] rev 15
Stream(name) is available again in mbed library
in SPI_TFT constructor modified
2013-01-06, by frankvnk [Sun, 06 Jan 2013 19:09:37 +0000] rev 14
in SPI_TFT constructor modified
; backgroundOrientation = 0;
; to
; #ifdef USE_FLASH_BUFFER
; backgroundOrientation = 0;
; #endif
;