Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license header | Tibo Clausen | 2018-10-01 | 2 | -2/+2 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 1 | -2/+2 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 2 | -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 ↵ | inmarket | 2015-01-21 | 1 | -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 fix | inmarket | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary file | inmarket | 2014-10-13 | 1 | -18/+0 |
| | |||||
* | Tidy up MCU mouse defines | inmarket | 2014-10-13 | 2 | -30/+19 |
| | |||||
* | Board File can now request extra data bytes in the GMouse structure. | inmarket | 2014-10-12 | 1 | -1/+6 |
| | |||||
* | New newmouse driver for MCU touch | inmarket | 2014-10-07 | 7 | -146/+107 |
| | |||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -5/+5 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 3 | -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. | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Update template files for the MCU touch driver. | inmarket | 2013-11-25 | 2 | -14/+43 |
| | |||||
* | Rewrite of the MCU driver. This is now much more reliable. | inmarket | 2013-11-24 | 1 | -40/+40 |
| | |||||
* | Clean up the driver directory structure by moving all board specific files ↵ | inmarket | 2013-10-28 | 3 | -312/+1 |
| | | | | into the boards sub-structure. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 2 | -87/+74 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -2/+1 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 5 | -5/+5 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 2 | -18/+16 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 1 | -16/+26 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 5 | -104/+30 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 5 | -45/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 5 | -0/+45 |
| | |||||
* | ginput/touch/MCU Olimex PIC32 LCD board file | Dmytro Milinevskyy | 2013-04-10 | 2 | -0/+166 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 4 | -4/+4 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 2 | -12/+12 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 6 | -0/+461 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 6 | -461/+0 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 4 | -4/+4 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 4 | -4/+13 |
| | |||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 1 | -5/+5 |
| | |||||
* | Fix header files for ginput touch drivers | Andrew Hannam | 2012-12-08 | 1 | -4/+2 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -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 update | Joel Bodenmann | 2012-12-02 | 2 | -7/+7 |
| | |||||
* | MCU update | Joel Bodenmann | 2012-11-29 | 1 | -8/+8 |
| | |||||
* | ginput/touch/MCU Olimex STM32 LCD board file | Joel Bodenmann | 2012-11-29 | 1 | -0/+163 |
| | |||||
* | porting of the touchscreen/MCU driver to ginput - not working yet | Joel Bodenmann | 2012-11-29 | 2 | -8/+12 |
| | |||||
* | removed xxx_unknown.h board files from ginput drivers | Joel Bodenmann | 2012-11-29 | 1 | -174/+0 |
| | |||||
* | copyright header fixes... | Joel Bodenmann | 2012-11-26 | 3 | -3/+3 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 6 | -0/+461 |
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system |