aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/ADS7843
Commit message (Collapse)AuthorAgeFilesLines
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-071-1/+2
|
* Update newmouse driver makefilesinmarket2014-10-131-3/+0
|
* Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers.inmarket2014-10-132-22/+19
| | | | Tidy up naming.
* 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
|
* Rename all driver makefiles to driver.mkinmarket2014-08-221-5/+5
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-87/+0
| | | | | | 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-191-1/+1
|
* Clean up the driver directory structure by moving all board specific files ↵inmarket2013-10-283-270/+0
| | | | into the boards sub-structure.
* fixed license headersJoel Bodenmann2013-07-216-6/+6
|
* cleaned up board file messJoel Bodenmann2013-07-213-88/+66
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-2/+1
| | | | Changed misleading description.
* License header updatesinmarket2013-06-156-6/+6
|
* 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-251-8/+6
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Reinsertion of doxygen headersAndrew Hannam2013-05-061-16/+26
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-035-104/+30
|
* Revert "updated license headers"Joel Bodenmann2013-05-025-45/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-025-0/+45
|
* Added the GINPUT_MOUSE_YX_INVERTED macro.mobyfab2013-04-051-6/+15
|
* updated copyright - 2013Joel Bodenmann2013-03-065-5/+5
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-043-15/+15
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-117-0/+496
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-117-496/+0
|
* small doxygen fixesJoel Bodenmann2013-01-111-2/+2
|
* more doxygenJoel Bodenmann2012-12-185-6/+7
|
* doxygenJoel Bodenmann2012-12-185-5/+11
|
* added Olimex STM32 E407 touchscreen fileJoel Bodenmann2012-12-181-0/+102
|
* ginput doxygenJoel Bodenmann2012-12-181-0/+2
|
* Fix header files for ginput touch driversAndrew Hannam2012-12-081-4/+2
|
* boardfile updateJoel Bodenmann2012-11-301-4/+4
|
* removed xxx_unknown.h board files from ginput driversJoel Bodenmann2012-11-291-97/+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-263-3/+3
|
* 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-266-0/+378
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system