aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-2116-49/+37
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-235-16/+16
|
* Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-221-35/+21
|
* Adding FT5336 touch driver. Not tested yet.Joel Bodenmann2015-07-214-0/+422
|
* Fix in FT5x06 touch driverJoel Bodenmann2015-07-101-1/+1
|
* Revert "Fix in FT5x06 touch driver"Joel Bodenmann2015-07-101-1/+1
| | | | This reverts commit a3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6.
* Fix in FT5x06 touch driverJoel Bodenmann2015-07-101-1/+1
|
* Fix compiler warningsinmarket2015-02-283-0/+3
|
* Fix self calibration for touch devices FT5x06 and STMPE610inmarket2015-02-282-7/+23
|
* Replace missing breaks.inmarket2015-02-251-0/+2
|
* Fix to STMPE811 touch driver to fix self-calibration in other orientationsinmarket2015-02-231-2/+15
|
* Add touch driver STMPE610 by lliypukinmarket2015-02-235-0/+411
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-217-7/+7
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Fixing wrong define in ADS7843 driverJoel Bodenmann2015-01-021-1/+1
|
* Spacing, comments and spelling mistakesinmarket2014-11-151-12/+4
|
* Fixing MAX11802 driver (by user steved)Joel Bodenmann2014-11-143-20/+32
|
* Some MAX11802 fixes.inmarket2014-11-102-11/+18
|
* MCU touch template fixinmarket2014-11-101-1/+1
|
* Update default settings in the board file for the ADS7843 touchinmarket2014-11-101-6/+6
|
* Update to MAX11802 touch driver. To be tested.inmarket2014-11-102-67/+75
|
* Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yetJoel Bodenmann2014-11-094-0/+276
|
* Fix the newmouse STMPE811 driver.inmarket2014-11-074-79/+178
| | | | Finalise the STM32F429i-Discovery board file for that touch controller
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-072-2/+4
|
* 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
|