aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch
Commit message (Collapse)AuthorAgeFilesLines
* updated license headersJoel Bodenmann2013-05-0215-19/+134
|
* Merge pull request #64 from niamster/masterTectu2013-04-092-0/+166
|\ | | | | Touch panel LLD for olimex pic32mx board
| * ginput/touch/MCU Olimex PIC32 LCD board fileDmytro Milinevskyy2013-04-102-0/+166
| |
* | Added the GINPUT_MOUSE_YX_INVERTED macro.mobyfab2013-04-051-6/+15
|/
* STMPE811 tweaksJoel Bodenmann2013-03-291-2/+2
|
* STMPE811 cleanup & readmeJoel Bodenmann2013-03-292-11/+24
|
* STMPE811 getpin_pressed() -> getpin_irq()Joel Bodenmann2013-03-293-4/+4
|
* board file fixJoel Bodenmann2013-03-291-1/+1
|
* STMPE811 - initialJoel Bodenmann2013-03-292-158/+185
|
* STMPE811: attempt to use FIFOMateusz Tomaszkiewicz2013-03-294-27/+53
| | | | Very early version of using FIFO threshold interrupt.
* STMPE811: working reading, writing and interruptMateusz Tomaszkiewicz2013-03-255-71/+88
| | | | | | | | - Slightly changed rading and writing routines. - Added delay after reset of STMPE811 in initialization code. - STMPE811 "interrupt service routine" - Comments, formatting etc. - Another commit with unfinished driver.
* STMPE811: reading registers over I2CMateusz Tomaszkiewicz2013-03-202-26/+32
| | | | | | | - Reading works. - Some other cleanups. Driver is not usable yet.
* STMPE811 - not tested yetJoel Bodenmann2013-03-193-84/+98
|
* embest DMSTF4BB board fix - removed FSMC suffix because only FSMC existsJoel Bodenmann2013-03-081-1/+3
|
* small cleanupJoel Bodenmann2013-03-081-1/+2
|
* STMPE811: comment fixMateusz Tomaszkiewicz2013-03-081-2/+2
|
* STMPE811: added header with registers addressesMateusz Tomaszkiewicz2013-03-083-6/+111
| | | | | Also changed filename of board file from *_embest_lcd.h to *_embest_dmstf4bb.h.
* added basic STMPE811 skeletonJoel Bodenmann2013-03-086-0/+377
|
* updated copyright - 2013Joel Bodenmann2013-03-069-9/+9
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-045-27/+27
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-1113-0/+957
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-1113-957/+0
|
* small doxygen fixesJoel Bodenmann2013-01-111-2/+2
|
* more doxygenJoel Bodenmann2012-12-189-10/+11
|
* XPT2046 removedJoel Bodenmann2012-12-186-393/+0
|
* doxygenJoel Bodenmann2012-12-1813-13/+36
|
* added Olimex STM32 E407 touchscreen fileJoel Bodenmann2012-12-181-0/+102
|
* ginput doxygenJoel Bodenmann2012-12-181-0/+2
|
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-5/+5
|
* correct typoetmatrix2012-12-171-1/+1
|
* typo fix - thanks to etmatrixJoel Bodenmann2012-12-161-1/+1
|
* Fix header files for ginput touch driversAndrew Hannam2012-12-083-12/+6
|
* RestructureAndrew Hannam2012-12-061-5/+5
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* GINPUT MCU driver updateJoel Bodenmann2012-12-022-7/+7
|
* added XPT2046 ginput driverJoel Bodenmann2012-11-306-0/+387
|
* boardfile updateJoel Bodenmann2012-11-301-4/+4
|
* MCU updateJoel Bodenmann2012-11-291-8/+8
|
* ginput/touch/MCU Olimex STM32 LCD board fileJoel Bodenmann2012-11-291-0/+163
|
* porting of the touchscreen/MCU driver to ginput - not working yetJoel Bodenmann2012-11-292-8/+12
|
* removed xxx_unknown.h board files from ginput driversJoel Bodenmann2012-11-292-271/+0
|
* ADS7843 fixJoel Bodenmann2012-11-283-5/+9
|
* ILI9320 landscape modeJoel Bodenmann2012-11-283-5/+5
|
* FireBull STM32F103 board file for GINPUTJoel Bodenmann2012-11-272-6/+15
|
* copyright header fixes...Joel Bodenmann2012-11-266-6/+6
|
* FireBull STM32 F103 GINPUT dummy board file (forgot to add at last commit)Joel Bodenmann2012-11-261-0/+89
|
* few fixes and FireBull STM32 F103 GINPUT dummy board fileJoel Bodenmann2012-11-261-5/+9
|
* Ginput and structure changesAndrew Hannam2012-11-2612-0/+839
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system