| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | touchpad calibration storage update | Joel Bodenmann | 2012-10-23 | 1 | -20/+32 | |
| | | ||||||
| * | whitespaces | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 | |
| | | ||||||
| * | SSD1289 setViewPort bugfix | Joel Bodenmann | 2012-10-23 | 1 | -0/+1 | |
| | | ||||||
| * | added delay to gdispControl() to fix some timing issues | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 | |
| | | ||||||
| * | renamed macros | Joel Bodenmann | 2012-10-21 | 4 | -7/+7 | |
| | | ||||||
| * | renamed console fuctions to gfx | Joel Bodenmann | 2012-10-13 | 1 | -8/+8 | |
| | | ||||||
| * | update console for latest chibios changes | trsaunders | 2012-10-13 | 1 | -21/+6 | |
| | | ||||||
| * | console fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | console update | Joel Bodenmann | 2012-10-13 | 1 | -0/+4 | |
| | | ||||||
| * | console updates | Joel Bodenmann | 2012-10-13 | 1 | -35/+2 | |
| | | ||||||
| * | Merge branch 'master' of github.com:Tectu/ChibiOS-GFX | Joel Bodenmann | 2012-10-13 | 1 | -0/+5 | |
| |\ | ||||||
| | * | small fix | Joel Bodenmann | 2012-10-11 | 1 | -0/+5 | |
| | | | ||||||
| * | | TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsole | Joel Bodenmann | 2012-10-13 | 2 | -6/+6 | |
| |/ | ||||||
| * | GConsole -> GConsole_t | Joel Bodenmann | 2012-10-11 | 2 | -5/+7 | |
| | | ||||||
| * | TOUCHPADDriver -> TOUCHPADDriver_t | Joel Bodenmann | 2012-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵ | Joel Bodenmann | 2012-10-11 | 1 | -4/+4 | |
| | | | | | GDISP_SCREEN_HEIGHT | |||||
| * | struct cal -> struct cal_t | Joel Bodenmann | 2012-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | cleanup | Joel Bodenmann | 2012-10-08 | 1 | -2/+4 | |
| | | ||||||
| * | Adding a define for electrically inverted touchpads. | mobyfab | 2012-10-07 | 1 | -15/+21 | |
| | | ||||||
| * | Merge remote-tracking branch 'upstream/master' | Kumar Abhishek | 2012-10-05 | 1 | -8/+8 | |
| |\ | | | | | | | | | | | | | Conflicts: src/touchpad.c Fix conflicts | |||||
| | * | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -8/+8 | |
| | | | ||||||
| | * | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 1 | -8/+8 | |
| | | | | | | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | |||||
| | * | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -8/+8 | |
| | | | ||||||
| * | | Touchpad Issue Fix | Kumar Abhishek | 2012-10-04 | 1 | -6/+6 | |
| |/ | | | | Fixed interchanged cases of landscape and landscapeInv in tpReadX() and tpReadY() | |||||
| * | cleanups | Joel Bodenmann | 2012-09-26 | 2 | -33/+18 | |
| | | ||||||
| * | compiler warning fix | Joel Bodenmann | 2012-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | implemented touchpad calibration storage interface | Joel Bodenmann | 2012-09-26 | 1 | -0/+8 | |
| | | ||||||
| * | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 4 | -16/+16 | |
| | | ||||||
| * | fixed gdispDrawArc() | Joel Bodenmann | 2012-09-23 | 1 | -57/+102 | |
| | | ||||||
| * | Some cleaning. | mobyfab | 2012-09-18 | 1 | -3/+5 | |
| | | | | | Fixed and tested DMA blitarea for SSD1963. | |||||
| * | Changes to Console, VMT, BitBlt, Clip & Drivers | Andrew Hannam | 2012-09-10 | 2 | -310/+312 | |
| | | | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt. | |||||
| * | Fixes for the touchpad API. | mobyfab | 2012-09-07 | 1 | -2/+3 | |
| | | ||||||
| * | cleanups & docs | Tectu | 2012-08-28 | 1 | -1/+14 | |
| | | ||||||
| * | cleanup | Tectu | 2012-08-28 | 1 | -21/+13 | |
| | | ||||||
| * | implemented gdispDrawArc() by noether | Tectu | 2012-08-28 | 1 | -8/+91 | |
| | | ||||||
| * | first try to implement gdispDrawARC() (not working yet) | Tectu | 2012-08-24 | 1 | -0/+6 | |
| | | ||||||
| * | console patch (thanks to inmarket for helping) | Tectu | 2012-08-24 | 1 | -175/+180 | |
| | | ||||||
| * | Merge branch 'master' of github.com:Tectu/ChibiOS-LCD-Driver | Tectu | 2012-08-24 | 1 | -10/+2 | |
| |\ | ||||||
| | * | fixed touchpad orientation | Tectu | 2012-08-22 | 1 | -10/+2 | |
| | | | ||||||
| * | | added gdispDrawArc() and gdispFillArc() dummies | Tectu | 2012-08-24 | 1 | -0/+33 | |
| |/ | ||||||
| * | Fix compiler warnings | Kumar Abhishek | 2012-08-16 | 1 | -9/+9 | |
| | | | | | Removed redundant dummy read from high level functions | |||||
| * | fix spelling | trsaunders | 2012-08-13 | 1 | -3/+3 | |
| | | ||||||
| * | only enable console code if driver support is available | trsaunders | 2012-08-13 | 1 | -0/+5 | |
| | | ||||||
| * | moved console to src/ and include/ | Tectu | 2012-08-13 | 1 | -0/+170 | |
| | | ||||||
| * | restructure | Tectu | 2012-08-13 | 4 | -0/+1927 | |
