aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/toggle/Pal
Commit message (Collapse)AuthorAgeFilesLines
* Minor fix in toggle/pal readmeJoel Bodenmann2016-11-071-1/+1
|
* Minor fix in toggle/pal readmeJoel Bodenmann2016-11-071-1/+1
|
* Make all include paths in ugfx relative.inmarket2015-11-212-28/+25
| | | | 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).
* 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-44/+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
|
* Create uGFX board directories which include example Makefiles.inmarket2013-10-283-95/+44
| | | | Currently only done for the Olimex-SAM7EX256 board.
* fixed license headersJoel Bodenmann2013-07-214-4/+4
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-2/+2
| | | | Changed misleading description.
* License header updatesinmarket2013-06-154-4/+4
|
* GOS module, for operating system independanceinmarket2013-05-251-8/+6
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-034-75/+23
|
* Revert "updated license headers"Joel Bodenmann2013-05-024-35/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-024-19/+35
|
* Fix Olimex SAM7EX256 button definitionsAndrew Hannam2013-03-081-57/+57
|
* updated copyright - 2013Joel Bodenmann2013-03-064-4/+4
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-116-0/+247
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-116-247/+0
|
* more doxygenJoel Bodenmann2012-12-184-4/+4
|
* doxygenJoel Bodenmann2012-12-184-4/+8
|
* RestructureAndrew Hannam2012-12-064-50/+44
| | | | | | | | | | | | | 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.
* copyright header fixes...Joel Bodenmann2012-11-264-4/+4
|
* doxygenJoel Bodenmann2012-11-264-4/+4
|
* Ginput and structure changesAndrew Hannam2012-11-266-0/+249
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system