Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix | Tectu | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | cleanups | Tectu | 2012-07-18 | 1 | -8/+0 |
| | |||||
* | cleanup | Tectu | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | added GLCD_DRAW_CHAR dummy in worker thread | Tectu | 2012-07-17 | 1 | -0/+8 |
| | |||||
* | removed lcdSetCursor() in glcd.c | Tectu | 2012-07-17 | 1 | -17/+0 |
| | |||||
* | small fixes | Tectu | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | implemented worker thread for glcd | Tectu | 2012-07-16 | 1 | -16/+153 |
| | |||||
* | implemented worker thread for glcd | Tectu | 2012-07-16 | 1 | -3/+54 |
| | |||||
* | cleanup | Tectu | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | lcdDrawEllipse: fixed a missing color option | Dongxu Li | 2012-07-10 | 1 | -2/+2 |
| | |||||
* | drawEllipse: added a filled option | Dongxu Li | 2012-07-10 | 1 | -5/+10 |
| | |||||
* | added lcdDrawEllipse() - contributed by Ben William | Tectu | 2012-07-10 | 1 | -0/+28 |
| | |||||
* | added powerOn mode in lcdInit() | Tectu | 2012-07-09 | 1 | -0/+1 |
| | |||||
* | compiler error fix | Tectu | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | merge upstream changes | trsaunders | 2012-06-27 | 1 | -7/+11 |
|\ | |||||
| * | whitespaces | Tectu | 2012-06-24 | 1 | -5/+5 |
| | | |||||
| * | Revert "very dirty fix" | Tectu | 2012-06-20 | 1 | -3/+2 |
| | | | | | | | | This reverts commit 0a31b48c5ac0a706fb15a64d6c7ee1f49151cc0d. | ||||
| * | very dirty fix | Tectu | 2012-06-20 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #10 from trsaunders/master | Tectu | 2012-06-19 | 1 | -6/+102 |
| |\ | | | | | | | BaseSequentialStream abstraction | ||||
| * | | added lcdSetPowerMode() | Tectu | 2012-06-20 | 1 | -0/+4 |
| | | | |||||
| * | | moved SCREEN_HEIGHT and SCREEN_WIDTH macros to glcdconf.h | Tectu | 2012-06-20 | 1 | -2/+2 |
| | | | |||||
* | | | tidy up | trsaunders | 2012-06-27 | 1 | -3/+0 |
| | | | |||||
* | | | more console work | trsaunders | 2012-06-26 | 1 | -5/+1 |
| | | | |||||
* | | | merge Abhishek's changes, small fixes for API changes | Thomas Saunders | 2012-06-25 | 1 | -101/+89 |
| | | | |||||
* | | | add vertical scroll functions | Thomas Saunders | 2012-06-25 | 1 | -0/+6 |
| | | | |||||
* | | | remove BaseSyncronousStream interface from GLCDDriver | Thomas Saunders | 2012-06-24 | 1 | -83/+16 |
| |/ |/| | |||||
* | | BaseSequentialStream support | trsaunders | 2012-06-19 | 1 | -6/+102 |
|/ | |||||
* | cleanups | Tectu | 2012-06-17 | 1 | -18/+18 |
| | |||||
* | small cleanup | Tectu | 2012-06-17 | 1 | -1/+2 |
| | |||||
* | added lcdWriteStream start and stop functions | Tectu | 2012-06-17 | 1 | -0/+8 |
| | |||||
* | added static lcdWriteStream | Tectu | 2012-06-17 | 1 | -0/+4 |
| | |||||
* | lcdFillArea now lld | Tectu | 2012-06-15 | 1 | -16/+4 |
| | |||||
* | Revert "lcdFillArea() is now lld" | Tectu | 2012-06-15 | 1 | -1/+13 |
| | | | | This reverts commit 5defef1c1dccddea6706ffdb13a124f4a57a3c5b. | ||||
* | lcdFillArea() is now lld | Tectu | 2012-06-15 | 1 | -13/+1 |
| | |||||
* | Sync repo | Kumar Abhishek | 2012-06-14 | 1 | -5/+0 |
| | |||||
* | cleanup | Tectu | 2012-06-14 | 1 | -59/+46 |
| | |||||
* | cleanups | Tectu | 2012-06-14 | 1 | -0/+5 |
| | |||||
* | Critical Bug fix in Text Rendering function | Kumar Abhishek | 2012-06-14 | 1 | -4/+4 |
| | |||||
* | lcdEnableTransparentText() -> lcdSetFontTransparency() | Tectu | 2012-06-13 | 1 | -1/+3 |
| | |||||
* | cleanup | Tectu | 2012-06-13 | 1 | -3/+3 |
| | |||||
* | cleanups (coding style...) | Tectu | 2012-06-13 | 1 | -48/+44 |
| | |||||
* | moved lcdSetFont() from macro to function | Tectu | 2012-06-13 | 1 | -1/+5 |
| | |||||
* | Restored prev implementation of lcdDrawString() | Kumar Abhishek | 2012-06-13 | 1 | -8/+18 |
| | | | | | Support for transparent/non-transparent text rendering via lcdEnableTransparentText(). It is disabled by default. | ||||
* | Changes in the Text Rendering API | Kumar Abhishek | 2012-06-12 | 1 | -244/+303 |
| | | | | | The code now uses my API Pls contact for further documentation | ||||
* | fixed compiler warnings | Tectu | 2012-06-11 | 1 | -3/+3 |
| | |||||
* | cleanups | Tectu | 2012-06-11 | 1 | -1/+0 |
| | |||||
* | cleanups | Tectu | 2012-06-11 | 1 | -27/+10 |
| | |||||
* | ssd1289 support | Tectu | 2012-06-10 | 1 | -102/+8 |
| | |||||
* | some cleanups | Tectu | 2012-06-10 | 1 | -371/+6 |
| | |||||
* | added ssd1289_lld | Tectu | 2012-06-10 | 1 | -36/+9 |
| |