Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | GPIO interfacing rewrite | Tectu | 2012-06-25 | 2 | -46/+2 | |
* | | lld GPIO lsb/msb order fix | Tectu | 2012-06-25 | 2 | -8/+8 | |
* | | ssd1289 driver fix | Tectu | 2012-06-25 | 1 | -4/+4 | |
* | | lld_lcdWriteGPIO() return type | Tectu | 2012-06-25 | 1 | -1/+1 | |
* | | guiInit() returns pointer to created thread | Tectu | 2012-06-25 | 2 | -3/+5 | |
* | | compiler warnings | Tectu | 2012-06-25 | 2 | -2/+2 | |
* | | documentation | Tectu | 2012-06-25 | 1 | -0/+2 | |
* | | GUI threads do now take active/inactive state | Tectu | 2012-06-25 | 2 | -25/+37 | |
* | | whitespaces | Tectu | 2012-06-24 | 1 | -5/+5 | |
* | | ssd1289 GPIO interface abstraction | Tectu | 2012-06-24 | 2 | -6/+16 | |
* | | implemented lld_lcdWriteGPIO() for SSD1289 | Tectu | 2012-06-24 | 1 | -6/+9 | |
* | | ssd1289 GPIO split into two 8-bit groups | Tectu | 2012-06-24 | 2 | -13/+21 | |
* | | some fix, just esthetical | Tectu | 2012-06-23 | 1 | -1/+1 | |
* | | graphDrawSystem() does take now grid-X and grid-Y values | Tectu | 2012-06-23 | 2 | -10/+11 | |
* | | added contributors to readme | Tectu | 2012-06-23 | 1 | -0/+7 | |
* | | added power modes demo | Tectu | 2012-06-23 | 1 | -0/+34 | |
* | | ssd1289 powermodes implemented (powerOn, powerOff, sleepOn, sleepOff) | Tectu | 2012-06-23 | 2 | -6/+14 | |
* | | Revert "very dirty fix" | Tectu | 2012-06-20 | 1 | -3/+2 | |
* | | very dirty fix | Tectu | 2012-06-20 | 1 | -2/+3 | |
* | | graph does now take int instead of int16 arrays | Tectu | 2012-06-20 | 2 | -6/+6 | |
* | | Merge pull request #10 from trsaunders/master | Tectu | 2012-06-19 | 3 | -10/+148 | |
|\ \ | ||||||
* | | | added lcdSetPowerMode() | Tectu | 2012-06-20 | 4 | -42/+62 | |
* | | | moved SCREEN_HEIGHT and SCREEN_WIDTH macros to glcdconf.h | Tectu | 2012-06-20 | 3 | -5/+4 | |
* | | | cleanups | Tectu | 2012-06-19 | 2 | -129/+131 | |
* | | | Merge pull request #9 from trsaunders/master | Tectu | 2012-06-19 | 7 | -35/+259 | |
|\ \ \ | ||||||
| | | * | tidy up comments | trsaunders | 2012-06-27 | 1 | -1/+2 | |
| | | * | add missing semi colon | trsaunders | 2012-06-27 | 1 | -1/+1 | |
| | | * | use max(height,width) to calculate buffer size | trsaunders | 2012-06-27 | 2 | -2/+3 | |
| | | * | more safety checks | trsaunders | 2012-06-27 | 1 | -13/+6 | |
| | | * | tidy up | trsaunders | 2012-06-27 | 2 | -7/+36 | |
| | | * | more console work | trsaunders | 2012-06-26 | 4 | -49/+71 | |
| | | * | tidy up | trsaunders | 2012-06-25 | 1 | -2/+0 | |
| | | * | work in progress for partial area scroll | Thomas Saunders | 2012-06-25 | 2 | -20/+56 | |
| | | * | merge Abhishek's changes, small fixes for API changes | Thomas Saunders | 2012-06-25 | 7 | -136/+120 | |
| | | * | add vertical scroll functions | Thomas Saunders | 2012-06-25 | 7 | -64/+69 | |
| | | * | remove BaseSyncronousStream interface from GLCDDriver | Thomas Saunders | 2012-06-24 | 2 | -109/+17 | |
| | | * | clear the end of lines when shifting down | Thomas Saunders | 2012-06-23 | 2 | -21/+14 | |
| | | * | text scrolling sort of starting to work | Thomas Saunders | 2012-06-22 | 2 | -44/+70 | |
| | | * | removed glcdconf.h | Thomas Saunders | 2012-06-22 | 5 | -25/+2 | |
| | | * | more console stuff | trsaunders | 2012-06-21 | 2 | -35/+113 | |
| | | * | starting work on virtual console | trsaunders | 2012-06-20 | 3 | -0/+167 | |
| | |/ | ||||||
| | * | revert glcdconf.h | trsaunders | 2012-06-19 | 1 | -2/+2 | |
| | * | added warning | trsaunders | 2012-06-19 | 2 | -3/+4 | |
| | * | BaseSequentialStream support | trsaunders | 2012-06-19 | 4 | -13/+150 | |
| |/ | ||||||
| * | c++ compatibility, FSMC driver for ssd1289 | trsaunders | 2012-06-19 | 7 | -35/+259 | |
|/ | ||||||
* | Merge pull request #8 from abhishek-kakkar/master | Tectu | 2012-06-19 | 1 | -25/+73 | |
|\ | ||||||
| * | Implemented writeStream functions for S6D1121 | Kumar Abhishek | 2012-06-19 | 1 | -25/+73 | |
|/ | ||||||
* | cleanups | Tectu | 2012-06-17 | 1 | -18/+18 | |
* | small cleanup | Tectu | 2012-06-17 | 1 | -1/+2 | |
* | ssd1289 fix | Tectu | 2012-06-17 | 1 | -1/+1 |