aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleanupsTectu2012-06-192-129/+131
|
* Merge pull request #9 from trsaunders/masterTectu2012-06-197-35/+259
|\ | | | | C++ support, FSMC interface for SSD1289
| * c++ compatibility, FSMC driver for ssd1289trsaunders2012-06-197-35/+259
|/
* Merge pull request #8 from abhishek-kakkar/masterTectu2012-06-191-25/+73
|\ | | | | Implemented writeStream methods for the S6D1121 controller
| * Implemented writeStream functions for S6D1121Kumar Abhishek2012-06-191-25/+73
|/ | | | Nomenclature change lld_ prefix to low level functions
* cleanupsTectu2012-06-171-18/+18
|
* small cleanupTectu2012-06-171-1/+2
|
* ssd1289 fixTectu2012-06-171-1/+1
|
* ssd1289 fixTectu2012-06-171-1/+4
|
* ssd1289 lld_lcdWriteStream() implementationTectu2012-06-171-10/+15
|
* added lcdWriteStream start and stop functionsTectu2012-06-174-3/+46
|
* added static lcdWriteStreamTectu2012-06-173-0/+9
|
* ssd1289 fixTectu2012-06-171-11/+8
|
* cleanupsTectu2012-06-172-4/+4
|
* restructureTectu2012-06-1712-16/+23
|
* lcdFillArea now lldTectu2012-06-153-100/+105
|
* Revert "lcdFillArea() is now lld"Tectu2012-06-153-7/+14
| | | | This reverts commit 5defef1c1dccddea6706ffdb13a124f4a57a3c5b.
* lcdFillArea() is now lldTectu2012-06-153-14/+7
|
* small fixTectu2012-06-151-0/+1
|
* added driver for xpt2046 touchpad driverTectu2012-06-152-0/+58
|
* added support for 3D touchpadsTectu2012-06-156-3/+24
|
* drawing demo cleanupTectu2012-06-141-12/+0
|
* Merge pull request #7 from abhishek-kakkar/masterTectu2012-06-142-16/+8
|\ | | | | Critical bug fix in the Text Rendering Function
| * Sync repo againKumar Abhishek2012-06-141-4/+0
| |
| * Sync repoKumar Abhishek2012-06-141-5/+0
| |
| * Critical Bug fixed in text rendering functionKumar Abhishek2012-06-141-14/+6
| | | | | | | | Still only portrait Orientation is supported byS6D1121. Added stubs
| * cleanupTectu2012-06-141-59/+46
| |
| * cleanupsTectu2012-06-142-0/+9
| |
| * Critical Bug fix in Text Rendering functionKumar Abhishek2012-06-142-6/+6
| |
* | cleanupTectu2012-06-141-59/+46
| |
* | cleanupsTectu2012-06-142-5/+5
|/
* readme updateTectu2012-06-141-4/+1
|
* lcdEnableTransparentText() -> lcdSetFontTransparency()Tectu2012-06-132-2/+5
|
* cleanupTectu2012-06-132-4/+4
|
* cleanups (coding style...)Tectu2012-06-132-49/+45
|
* moved lcdSetFont() from macro to functionTectu2012-06-132-2/+7
|
* Merge pull request #5 from abhishek-kakkar/masterTectu2012-06-136-713/+1161
|\ | | | | Changes in Text Rendering API
| * Restored prev implementation of lcdDrawString()Kumar Abhishek2012-06-133-10/+22
| | | | | | | | | | Support for transparent/non-transparent text rendering via lcdEnableTransparentText(). It is disabled by default.
| * Changes in the Text Rendering APIKumar Abhishek2012-06-126-714/+1150
| | | | | | | | | | The code now uses my API Pls contact for further documentation
* | added demos folderTectu2012-06-132-0/+51
| |
* | added glcdconf.h fileTectu2012-06-121-0/+14
|/
* added ADS7843 lld supportTectu2012-06-117-31/+60
|
* added lcdconf.hTectu2012-06-112-2/+9
|
* fixesTectu2012-06-112-9/+9
|
* added s6d1121 driver by abhishek-kakkarTectu2012-06-112-0/+359
|
* added s6d1121 driver by abhishek-kakkarTectu2012-06-112-1/+3
|
* readme updateTectu2012-06-111-4/+4
|
* readme updateTectu2012-06-111-0/+5
|
* fixed compiler warningTectu2012-06-112-2/+2
|
* Revert "added ads7843 lld functions"Tectu2012-06-113-54/+28
| | | | This reverts commit 163a42e48eae8f611075d88a6151ffc6dd343bba.