Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 | |
| | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | |||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | cleanups | Joel Bodenmann | 2012-09-26 | 3 | -12/+5 | |
| | ||||||
* | implemented touchpad calibration storage interface | Joel Bodenmann | 2012-09-26 | 1 | -0/+9 | |
| | ||||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 8 | -32/+32 | |
| | ||||||
* | Clip Boundary Conditions & Nokia6610 Fixes | Andrew Hannam | 2012-09-10 | 1 | -2/+2 | |
| | | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast. | |||||
* | Changes to Console, VMT, BitBlt, Clip & Drivers | Andrew Hannam | 2012-09-10 | 5 | -107/+317 | |
| | | | | | | | | | 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 | -0/+1 | |
| | ||||||
* | added gdispDrawArc() and gdispFillArc() dummies | Tectu | 2012-08-24 | 1 | -0/+2 | |
| | ||||||
* | gdispSetOrientation() bugfix (by inmarket) | Tectu | 2012-08-22 | 1 | -1/+1 | |
| | ||||||
* | added old glcd.h header backport | Tectu | 2012-08-21 | 1 | -136/+0 | |
| | ||||||
* | coord_t from uint16_t to int16_t | Tectu | 2012-08-20 | 1 | -1/+1 | |
| | ||||||
* | Fix compiler warnings | Kumar Abhishek | 2012-08-16 | 1 | -1/+1 | |
| | | | | Removed redundant dummy read from high level functions | |||||
* | XPT2046 LLD Major Update | Kumar Abhishek | 2012-08-16 | 1 | -15/+50 | |
| | | | | | | | | | Added 7 point median filtering to reduce noise TOUCHPADDriver structure now encapsulates the IRQ pin, so removed the TP_CS_ and TP_IRQ_ macros Added generic tp_lld_read_value method to read any ADC channel from the XPT2046, this includes on-chip temperature sensor and VBAT input Improved SPI bus sharing, with the optional TOUCHPAD_SPI_PROLOGUE and TOUCHPAD_SPI_EPILOGUE macros | |||||
* | moved console to src/ and include/ | Tectu | 2012-08-13 | 1 | -0/+87 | |
| | ||||||
* | restructure | Tectu | 2012-08-13 | 8 | -0/+2004 | |