aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* contributors.txt updateTectu2012-08-161-11/+19
|
* ADS7843 cleanupTectu2012-08-161-237/+248
|
* XPT2046 cleanupTectu2012-08-161-63/+62
|
* Merge pull request #43 from abhishek-kakkar/masterTectu2012-08-165-203/+420
|\ | | | | Touchpad Updates
| * ADS7843 updateKumar Abhishek2012-08-161-146/+237
| | | | | | | | Same changes as the XPT2046
| * Fix compiler warningsKumar Abhishek2012-08-162-10/+10
| | | | | | | | Removed redundant dummy read from high level functions
| * XPT2046 LLD Major UpdateKumar Abhishek2012-08-162-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-DriverKumar Abhishek2012-08-140-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 Abhishek2012-08-092-43/+28
| |
| * Changes to the Touchpad Configuration structureKumar Abhishek2012-08-091-4/+23
| | | | | | | | Added field to the driver structure to set PENIRQ pin and port, defines removed
* | docs updateTectu2012-08-141-0/+1
| |
* | removed touchpad prefix on touchpad driversTectu2012-08-1411-13/+13
| |
* | removed gdisp prefix on gdisp driversTectu2012-08-1434-28/+28
| |
* | demos license headerTectu2012-08-142-0/+40
| |
* | added console demoTectu2012-08-141-0/+47
| |
* | SSD1289 fixTectu2012-08-141-1/+1
| |
* | Merge pull request #42 from trsaunders/masterTectu2012-08-131-3/+3
|\ \ | | | | | | fix spelling
| * | fix spellingtrsaunders2012-08-131-3/+3
| | |
* | | Merge pull request #41 from trsaunders/masterTectu2012-08-133-1/+28
|\| | | | | | | | documentation changes
| * | only enable console code if driver support is availabletrsaunders2012-08-131-0/+5
| | |
| * | add basic console docstrsaunders2012-08-132-1/+23
|/ / | | | | | | elaborate on contributions
* | docs updateTectu2012-08-131-6/+8
| |
* | added touchpad demoTectu2012-08-131-0/+26
| |
* | added docs/releases.txtTectu2012-08-131-0/+6
| |
* | added filestructure like chibiosTectu2012-08-131-0/+104
| |
* | moved console to src/ and include/Tectu2012-08-135-10/+2
| |
* | ported console (thanks to badger)Tectu2012-08-135-1/+10
| |
* | Merge pull request #40 from trsaunders/upstreamTectu2012-08-132-23/+25
|\ \ | | | | | | update console.c to use gdisp code
| * | use gdisp code in consoleThomas Saunders2012-08-132-23/+25
|/ / | | | | | | needs moving into halext structure
* | doc updatesTectu2012-08-132-0/+51
| |
* | readme fixTectu2012-08-132-51/+0
| |
* | gdispVMT makefile updateTectu2012-08-131-4/+4
| |
* | touchpad driver fixesTectu2012-08-132-9/+9
| |
* | gdispXXXXX driver template fixTectu2012-08-131-2/+2
| |
* | added touchpadXXXXX driver templateTectu2012-08-134-0/+210
| |
* | moved contributors file to docsTectu2012-08-131-0/+0
| |
* | added docs folderTectu2012-08-131-0/+2
| |
* | added tools folderTectu2012-08-131-0/+7
| |
* | readme updateTectu2012-08-131-4/+8
| |
* | restructureTectu2012-08-1363-0/+10012
| |
* | restructureTectu2012-08-1383-12616/+4
| |
* | added lcd demo dummyTectu2012-08-132-26/+19
| |
* | added touchpad demoTectu2012-08-131-0/+26
| |
* | added demos readmeTectu2012-08-131-0/+4
| |
* | Merge pull request #39 from trsaunders/S6d1121_vscroll_fixTectu2012-08-122-2/+2
|\ \ | | | | | | re-fix S6D1121 vertical scroll
| * | re-fix S6D1121 vertical scrollThomas Saunders2012-08-112-2/+2
|/ /
* | Calibration string fixTectu2012-08-101-1/+1
| |
* | removed demos since out of dateTectu2012-08-105-257/+0
| |
* | small doc fixesTectu2012-08-091-2/+2
| |
* | added SPI config struct to TOUCHPADDriverTectu2012-08-093-15/+7
| |