Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -31/+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 |
| | |||||
* | Create uGFX board directories which include example Makefiles. | inmarket | 2013-10-28 | 2 | -13/+7 |
| | | | | Currently only done for the Olimex-SAM7EX256 board. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 3 | -3/+3 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -3/+2 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 3 | -3/+3 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -2/+0 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 3 | -54/+15 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 3 | -24/+57 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 3 | -57/+24 |
| | |||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 5 | -0/+220 |
Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment. |