aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
Commit message (Collapse)AuthorAgeFilesLines
* implemented worker thread for glcdTectu2012-07-161-0/+1
|
* cleanupTectu2012-07-121-1/+1
|
* drawEllipse: added a filled optionDongxu Li2012-07-101-1/+1
|
* added lcdDrawEllipse() - contributed by Ben WilliamTectu2012-07-101-0/+1
|
* whitespacesTectu2012-06-271-1/+0
|
* prototype fixTectu2012-06-271-1/+1
|
* merge upstream changestrsaunders2012-06-271-3/+2
|\
| * ssd1289 powermodes implemented (powerOn, powerOff, sleepOn, sleepOff)Tectu2012-06-231-1/+1
| |
| * Merge pull request #10 from trsaunders/masterTectu2012-06-191-3/+39
| |\ | | | | | | BaseSequentialStream abstraction
| * | added lcdSetPowerMode()Tectu2012-06-201-0/+2
| | |
| * | moved SCREEN_HEIGHT and SCREEN_WIDTH macros to glcdconf.hTectu2012-06-201-3/+0
| | |
* | | merge Abhishek's changes, small fixes for API changesThomas Saunders2012-06-251-19/+15
| | |
* | | add vertical scroll functionsThomas Saunders2012-06-251-0/+7
| | |
* | | remove BaseSyncronousStream interface from GLCDDriverThomas Saunders2012-06-241-26/+1
| |/ |/|
* | added warningtrsaunders2012-06-191-0/+1
| |
* | BaseSequentialStream supporttrsaunders2012-06-191-3/+38
|/
* c++ compatibility, FSMC driver for ssd1289trsaunders2012-06-191-0/+9
|
* cleanupsTectu2012-06-171-2/+2
|
* restructureTectu2012-06-171-2/+2
|
* cleanupsTectu2012-06-141-2/+2
|
* lcdEnableTransparentText() -> lcdSetFontTransparency()Tectu2012-06-131-1/+2
|
* cleanupTectu2012-06-131-1/+1
|
* cleanups (coding style...)Tectu2012-06-131-1/+1
|
* moved lcdSetFont() from macro to functionTectu2012-06-131-1/+2
|
* Restored prev implementation of lcdDrawString()Kumar Abhishek2012-06-131-1/+3
| | | | | Support for transparent/non-transparent text rendering via lcdEnableTransparentText(). It is disabled by default.
* Changes in the Text Rendering APIKumar Abhishek2012-06-121-51/+70
| | | | | The code now uses my API Pls contact for further documentation
* fixesTectu2012-06-111-9/+0
|
* added s6d1121 driver by abhishek-kakkarTectu2012-06-111-0/+1
|
* fixed compiler warningsTectu2012-06-111-2/+2
|
* cleanupsTectu2012-06-111-3/+2
|
* ssd1289 supportTectu2012-06-101-1/+0
|
* some cleanupsTectu2012-06-101-0/+1
|
* added ssd1289_lldTectu2012-06-101-2/+3
|
* added not working guiDrawKeymatrix()Tectu2012-06-091-1/+1
|
* fixesTectu2012-06-081-2/+2
|
* cleanupsTectu2012-06-071-8/+8
|
* cleanupsTectu2012-06-071-9/+0
|
* touchpad does now work in all four modesTectu2012-06-071-2/+2
|
* fixesTectu2012-06-061-2/+2
|
* cleanupTectu2012-06-041-1/+1
|
* cleanupsTectu2012-06-041-4/+2
|
* cleanupsTectu2012-06-041-1/+1
|
* added filled / frame typesTectu2012-06-031-0/+1
|
* added lcdGetOrientationTectu2012-06-011-0/+1
|
* cleanupTectu2012-06-011-0/+3
|
* fixesTectu2012-05-311-1/+0
|
* fixesTectu2012-05-311-0/+1
|
* cleanupsTectu2012-05-311-3/+2
|
* added lcdDrawRectString()Tectu2012-05-291-2/+3
|
* lcdGetPoint() -> lcdGetPixelColor()Tectu2012-05-291-1/+1
|