aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupTectu2012-06-141-59/+46
* cleanupsTectu2012-06-141-0/+5
* Critical Bug fix in Text Rendering functionKumar Abhishek2012-06-141-4/+4
* lcdEnableTransparentText() -> lcdSetFontTransparency()Tectu2012-06-131-1/+3
* cleanupTectu2012-06-131-3/+3
* cleanups (coding style...)Tectu2012-06-131-48/+44
* moved lcdSetFont() from macro to functionTectu2012-06-131-1/+5
* Restored prev implementation of lcdDrawString()Kumar Abhishek2012-06-131-8/+18
* Changes in the Text Rendering APIKumar Abhishek2012-06-121-244/+303
* fixed compiler warningsTectu2012-06-111-3/+3
* cleanupsTectu2012-06-111-1/+0
* cleanupsTectu2012-06-111-27/+10
* ssd1289 supportTectu2012-06-101-102/+8
* some cleanupsTectu2012-06-101-371/+6
* added ssd1289_lldTectu2012-06-101-36/+9
* fixesTectu2012-06-081-18/+39
* cleanupsTectu2012-06-071-6/+6
* cleanupsTectu2012-06-071-5/+6
* cleanupsTectu2012-06-041-4/+2
* fixTectu2012-06-011-8/+2
* added lcdGetOrientationTectu2012-06-011-0/+4
* cleanupTectu2012-06-011-4/+4
* fixesTectu2012-05-311-6/+0
* fixesTectu2012-05-311-2/+14
* cleanupsTectu2012-05-311-16/+1
* clean upTectu2012-05-311-24/+20
* added lcdDrawRectString()Tectu2012-05-291-6/+18
* lcdGetPoint() -> lcdGetPixelColor()Tectu2012-05-291-1/+1
* added return value for current lcd height/width for current mode (landscape/p...Tectu2012-05-291-1/+10
* added static heigh and width variables for supporting different modesTectu2012-05-291-3/+11
* added portrait and landscape inverse modeTectu2012-05-291-7/+11
* cleanupTectu2012-05-291-1/+1
* fixesTectu2012-05-281-11/+11
* lcdDrawLine() fix, didnt work with x or y >=128Tectu2012-05-281-2/+2
* fixesTectu2012-05-281-4/+9
* cleanupsTectu2012-05-281-27/+37
* added orientation modeTectu2012-05-281-34/+50
* cleanupsTectu2012-05-281-32/+38
* cleanupTectu2012-05-231-21/+21
* fixesTectu2012-05-231-8/+8
* initial commitTectu2012-05-231-0/+673