aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/MCU
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-212-2/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-1/+1
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* MCU touch template fixinmarket2014-11-101-1/+1
|
* Remove unnecessary fileinmarket2014-10-131-18/+0
|
* Tidy up MCU mouse definesinmarket2014-10-132-30/+19
|
* 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-221-5/+5
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-118/+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
|
* 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-283-312/+1
| | | | into the boards sub-structure.
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* cleaned up board file messJoel Bodenmann2013-07-212-87/+74
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-2/+1
| | | | Changed misleading description.
* License header updatesinmarket2013-06-155-5/+5
|
* GOS module, for operating system independanceinmarket2013-05-252-18/+16
| | | | | 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
|
* ginput/touch/MCU Olimex PIC32 LCD board fileDmytro Milinevskyy2013-04-102-0/+166
|
* updated copyright - 2013Joel Bodenmann2013-03-064-4/+4
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-042-12/+12
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-116-0/+461
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-116-461/+0
|
* more doxygenJoel Bodenmann2012-12-184-4/+4
|
* doxygenJoel Bodenmann2012-12-184-4/+13
|
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-5/+5
|
* Fix header files for ginput touch driversAndrew Hannam2012-12-081-4/+2
|
* 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
|
* 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-291-174/+0
|
* copyright header fixes...Joel Bodenmann2012-11-263-3/+3
|
* Ginput and structure changesAndrew Hannam2012-11-266-0/+461
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system