aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
Commit message (Collapse)AuthorAgeFilesLines
* small fixJoel Bodenmann2014-10-281-2/+2
|
* Bug fix newmouse SMTPE811 touch driverinmarket2014-10-281-1/+1
|
* STMPE811 fixes - still not workingJoel Bodenmann2014-10-131-3/+0
|
* Fixing STMPE811 driverJoel Bodenmann2014-10-131-5/+5
|
* Port SMTPE811 mouse driver to newmouse (and supported boards)inmarket2014-10-136-188/+223
|
* Remove unnecessary fileinmarket2014-10-131-18/+0
|
* Update newmouse driver makefilesinmarket2014-10-132-7/+1
|
* Convert FT5x06 mouse driver to newmouse (untested)inmarket2014-10-135-136/+166
|
* Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers.inmarket2014-10-132-22/+19
| | | | Tidy up naming.
* Tidy up MCU mouse definesinmarket2014-10-132-30/+19
|
* fixing ADS7843 driver - testedJoel Bodenmann2014-10-111-5/+14
|
* Added missing defines to board template of ADS7843Joel Bodenmann2014-10-111-0/+7
|
* ADS7843 porting - not tested yet!Joel Bodenmann2014-10-115-117/+79
|
* Board File can now request extra data bytes in the GMouse structure.inmarket2014-10-121-1/+6
|
* New newmouse driver for MCU touchinmarket2014-10-077-146/+107
|
* Rename all driver makefiles to driver.mkinmarket2014-08-226-20/+20
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-2820-464/+1
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-196-12/+10
|
* Update template files for the MCU touch driver.inmarket2013-11-252-14/+43
|
* Rewrite of the MCU driver. This is now much more reliable.inmarket2013-11-241-40/+40
|
* Clean up the driver directory structure by moving all board specific files ↵inmarket2013-10-288-819/+1
| | | | into the boards sub-structure.
* Create uGFX board directories which include example Makefiles.inmarket2013-10-285-108/+51
| | | | Currently only done for the Olimex-SAM7EX256 board.
* fixed license headersJoel Bodenmann2013-07-2128-28/+28
|
* doxygen updatesJoel Bodenmann2013-07-211-1/+1
|
* cleaned up board file messJoel Bodenmann2013-07-2111-288/+208
|
* doxygen fixJoel Bodenmann2013-06-282-2/+2
|
* quick board file fixJoel Bodenmann2013-06-241-1/+1
|
* one more typo fix...Joel Bodenmann2013-06-221-1/+1
|
* typo fixJoel Bodenmann2013-06-221-1/+1
|
* Added FT5x06 GINPUT driverJoel Bodenmann2013-06-227-0/+430
|
* Various README updatesMateusz Tomaszkiewicz2013-06-214-9/+6
| | | | Changed misleading description.
* License header updatesinmarket2013-06-1523-23/+23
|
* added new ADS7843 board fileJoel Bodenmann2013-06-041-0/+2
|
* added f4 disovery file for ADS7843Joel Bodenmann2013-06-041-0/+90
|
* GOS module, for operating system independanceinmarket2013-05-256-40/+30
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Reinsertion of doxygen headersAndrew Hannam2013-05-063-52/+82
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-0322-439/+126
|
* Revert "updated license headers"Joel Bodenmann2013-05-0222-193/+95
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-0222-95/+193
|
* 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
| |
* | Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-075-0/+220
| | | | | | | | | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* | 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.