Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -3/+3 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 3 | -3/+3 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 1 | -4/+4 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -6/+6 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -2/+2 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 2 | -3/+2 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -2/+2 |
| | |||||
* | Fix in FT5x06 touch driver | Joel Bodenmann | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Revert "Fix in FT5x06 touch driver" | Joel Bodenmann | 2015-07-10 | 1 | -1/+1 |
| | | | | This reverts commit a3d67e76e5f65a1fd52642db0fefd81fd6e7cfe6. | ||||
* | Fix in FT5x06 touch driver | Joel Bodenmann | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings | inmarket | 2015-02-28 | 1 | -0/+1 |
| | |||||
* | Fix self calibration for touch devices FT5x06 and STMPE610 | inmarket | 2015-02-28 | 1 | -3/+18 |
| | |||||
* | 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). | ||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 1 | -1/+2 |
| | |||||
* | Update newmouse driver makefiles | inmarket | 2014-10-13 | 1 | -4/+1 |
| | |||||
* | Convert FT5x06 mouse driver to newmouse (untested) | inmarket | 2014-10-13 | 5 | -136/+166 |
| | |||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 4 | -92/+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 | -5/+3 |
| | |||||
* | Clean up the driver directory structure by moving all board specific files ↵ | inmarket | 2013-10-28 | 1 | -111/+0 |
| | | | | into the boards sub-structure. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 3 | -17/+5 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2013-06-28 | 2 | -2/+2 |
| | |||||
* | quick board file fix | Joel Bodenmann | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | one more typo fix... | Joel Bodenmann | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | typo fix | Joel Bodenmann | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | Added FT5x06 GINPUT driver | Joel Bodenmann | 2013-06-22 | 7 | -0/+430 |