Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | contributors.txt update | Tectu | 2012-08-16 | 1 | -11/+19 | |
| | | ||||||
* | | ADS7843 cleanup | Tectu | 2012-08-16 | 1 | -237/+248 | |
| | | ||||||
* | | XPT2046 cleanup | Tectu | 2012-08-16 | 1 | -63/+62 | |
| | | ||||||
* | | Merge pull request #43 from abhishek-kakkar/master | Tectu | 2012-08-16 | 5 | -203/+420 | |
|\ \ | | | | | | | Touchpad Updates | |||||
| * | | ADS7843 update | Kumar Abhishek | 2012-08-16 | 1 | -146/+237 | |
| | | | | | | | | | | | | Same changes as the XPT2046 | |||||
| * | | Fix compiler warnings | Kumar Abhishek | 2012-08-16 | 2 | -10/+10 | |
| | | | | | | | | | | | | Removed redundant dummy read from high level functions | |||||
| * | | XPT2046 LLD Major Update | Kumar Abhishek | 2012-08-16 | 2 | -47/+173 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Merge branch 'master' of https://github.com/abhishek-kakkar/ChibiOS-LCD-Driver | Kumar Abhishek | 2012-08-14 | 0 | -0/+0 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/touchpad/ADS7843/touchpad_lld.c drivers/touchpad/XPT2046/touchpad_lld.c include/touchpad_lld.h Sync To Latest master | |||||
| * | | Update to touchpad LLDs to use new structure. | Kumar Abhishek | 2012-08-09 | 2 | -43/+28 | |
| | | | ||||||
| * | | Changes to the Touchpad Configuration structure | Kumar Abhishek | 2012-08-09 | 1 | -4/+23 | |
| | | | | | | | | | | | | Added field to the driver structure to set PENIRQ pin and port, defines removed | |||||
* | | | docs update | Tectu | 2012-08-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | removed touchpad prefix on touchpad drivers | Tectu | 2012-08-14 | 11 | -13/+13 | |
| | | | ||||||
* | | | removed gdisp prefix on gdisp drivers | Tectu | 2012-08-14 | 34 | -28/+28 | |
| | | | ||||||
* | | | demos license header | Tectu | 2012-08-14 | 2 | -0/+40 | |
| | | | ||||||
* | | | added console demo | Tectu | 2012-08-14 | 1 | -0/+47 | |
| | | | ||||||
* | | | SSD1289 fix | Tectu | 2012-08-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #42 from trsaunders/master | Tectu | 2012-08-13 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | fix spelling | |||||
| * | | | fix spelling | trsaunders | 2012-08-13 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge pull request #41 from trsaunders/master | Tectu | 2012-08-13 | 3 | -1/+28 | |
|\| | | | | | | | | | | | documentation changes | |||||
| * | | | only enable console code if driver support is available | trsaunders | 2012-08-13 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | add basic console docs | trsaunders | 2012-08-13 | 2 | -1/+23 | |
|/ / / | | | | | | | | | | elaborate on contributions | |||||
* | | | docs update | Tectu | 2012-08-13 | 1 | -6/+8 | |
| | | | ||||||
* | | | added touchpad demo | Tectu | 2012-08-13 | 1 | -0/+26 | |
| | | | ||||||
* | | | added docs/releases.txt | Tectu | 2012-08-13 | 1 | -0/+6 | |
| | | | ||||||
* | | | added filestructure like chibios | Tectu | 2012-08-13 | 1 | -0/+104 | |
| | | | ||||||
* | | | moved console to src/ and include/ | Tectu | 2012-08-13 | 5 | -10/+2 | |
| | | | ||||||
* | | | ported console (thanks to badger) | Tectu | 2012-08-13 | 5 | -1/+10 | |
| | | | ||||||
* | | | Merge pull request #40 from trsaunders/upstream | Tectu | 2012-08-13 | 2 | -23/+25 | |
|\ \ \ | | | | | | | | | update console.c to use gdisp code | |||||
| * | | | use gdisp code in console | Thomas Saunders | 2012-08-13 | 2 | -23/+25 | |
|/ / / | | | | | | | | | | needs moving into halext structure | |||||
* | | | doc updates | Tectu | 2012-08-13 | 2 | -0/+51 | |
| | | | ||||||
* | | | readme fix | Tectu | 2012-08-13 | 2 | -51/+0 | |
| | | | ||||||
* | | | gdispVMT makefile update | Tectu | 2012-08-13 | 1 | -4/+4 | |
| | | | ||||||
* | | | touchpad driver fixes | Tectu | 2012-08-13 | 2 | -9/+9 | |
| | | | ||||||
* | | | gdispXXXXX driver template fix | Tectu | 2012-08-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | added touchpadXXXXX driver template | Tectu | 2012-08-13 | 4 | -0/+210 | |
| | | | ||||||
* | | | moved contributors file to docs | Tectu | 2012-08-13 | 1 | -0/+0 | |
| | | | ||||||
* | | | added docs folder | Tectu | 2012-08-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | added tools folder | Tectu | 2012-08-13 | 1 | -0/+7 | |
| | | | ||||||
* | | | readme update | Tectu | 2012-08-13 | 1 | -4/+8 | |
| | | | ||||||
* | | | restructure | Tectu | 2012-08-13 | 63 | -0/+10012 | |
| | | | ||||||
* | | | restructure | Tectu | 2012-08-13 | 83 | -12616/+4 | |
| | | | ||||||
* | | | added lcd demo dummy | Tectu | 2012-08-13 | 2 | -26/+19 | |
| | | | ||||||
* | | | added touchpad demo | Tectu | 2012-08-13 | 1 | -0/+26 | |
| | | | ||||||
* | | | added demos readme | Tectu | 2012-08-13 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #39 from trsaunders/S6d1121_vscroll_fix | Tectu | 2012-08-12 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | re-fix S6D1121 vertical scroll | |||||
| * | | | re-fix S6D1121 vertical scroll | Thomas Saunders | 2012-08-11 | 2 | -2/+2 | |
|/ / / | ||||||
* | | | Calibration string fix | Tectu | 2012-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | removed demos since out of date | Tectu | 2012-08-10 | 5 | -257/+0 | |
| | | | ||||||
* | | | small doc fixes | Tectu | 2012-08-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | added SPI config struct to TOUCHPADDriver | Tectu | 2012-08-09 | 3 | -15/+7 | |
| | | |