Frank Vannieuwkerke / Mini-DK

Dependencies:   SPI_TFT_ILI9320

Dependents:   LPC1768_Mini-DK_EasyWeb_DM9161 LPC1768_Mini-DK LPC1768_Mini-DK

Fork of Mini-DK by Frank Vannieuwkerke

Changes

RevisionDateWhoCommit message
23:67989b4f61ad 2014-11-04 frankvnk Updated SPI_TFT_ILI9320 library to the latest version (auto-detect ILI9320, 9325 and 9328) default tip
22:9d05a7e6dc9d 2014-03-23 frankvnk fixed read_ads function
21:a3a843d09295 2014-03-23 frankvnk Added GetCalibration and SetCalibration
20:5feb12e3801f 2014-03-18 frankvnk ILI9320 library update (KL25Z support)
19:6816fa47b39e 2013-01-11 frankvnk In Mini_DK.h #include "SPI_TFT.h" renamed to #include "SPI_TFT_ILI9320.h"
18:f045ae645960 2013-01-11 frankvnk SPI_TFT renamed to SPI_TFT_ILI9320 and published as separate library
17:66c4e84d8571 2013-01-09 frankvnk Cleanup : documentation/comments
16:be1a10246234 2013-01-08 Sissors Added option to define NO_FLASH_BUFFER to disable flash buffer
15:9399be4feea0 2013-01-08 frankvnk Stream(name) is available again in mbed library
14:0921b88fc6bc 2013-01-06 frankvnk in SPI_TFT constructor modified
13:5f332321a40c 2013-01-06 Sissors Orientation is now allowed to change while using background image (image will keep its original orientation)
12:7213a0dded52 2013-01-06 Sissors Some comments modified
11:31a09b75ea23 2013-01-06 Sissors Added option to use a background image
10:d43a2f5e661c 2013-01-06 Sissors Bug fix in bitmap
9:742d15898b2b 2013-01-04 Sissors Added ability to use bitmaps from any filesystem. ; Added conversion to be able to use 24 bit bitmaps.
8:9517c10e40d2 2013-01-04 frankvnk Program -> Library from LPC1768_Mini-DK
7:ffdd4e75b366 2013-01-04 frankvnk Code cleanup / comments added
6:b547fb6c1095 2013-01-03 Sissors Faster writing to LCD;
5:781a72d380a1 2013-01-03 Sissors Removed warnings, added SD card definitions/macros
4:067633a7dfa5 2013-01-03 frankvnk removed ADS_status variable in main.cpp
3:fb4d62b5ffb3 2013-01-03 frankvnk Changes - see modifs.h
2:d0acbd263ec7 2013-01-03 frankvnk ONLY FOR TEST
1:557df792279c 2012-12-12 frankvnk Replaced circle and fillcircle with draw_ellipse and fill_ellipse
0:ee7076d8260a 2012-12-11 frankvnk First version - LCD and touch working - no Ethernet