Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doxygen | Joel Bodenmann | 2012-12-18 | 36 | -43/+98 |
| | |||||
* | added Olimex STM32 E407 touchscreen file | Joel Bodenmann | 2012-12-18 | 1 | -0/+102 |
| | |||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 7 | -49/+101 |
| | |||||
* | ginput/mouse doxygen | Joel Bodenmann | 2012-12-18 | 2 | -16/+47 |
| | |||||
* | Merge pull request #28 from etmatrix/master | Tectu | 2012-12-17 | 1 | -11/+13 |
|\ | | | | | some little correction in SSD1289 driver | ||||
| * | - clear function: moved call to reset_viewport after aquire_bus, so LCD ↵ | etmatrix | 2012-12-17 | 1 | -11/+13 |
|/ | | | | | | receive the new viewport - control function: added call to acquire_bus and release_bus | ||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 4 | -11/+6 |
| | |||||
* | Merge pull request #27 from etmatrix/master | Tectu | 2012-12-17 | 1 | -1/+1 |
|\ | | | | | correct typo in drivers/ginput/touch/XPT2046/ginput_lld.mk | ||||
| * | correct typo | etmatrix | 2012-12-17 | 1 | -1/+1 |
|/ | |||||
* | dirty dirty dirty very very dirty reset_viewport for mouse calibration fix | Joel Bodenmann | 2012-12-17 | 2 | -1/+4 |
| | |||||
* | SSD1289 reset_viewport quick fix | Joel Bodenmann | 2012-12-17 | 2 | -1/+18 |
| | |||||
* | typo fix - thanks to etmatrix | Joel Bodenmann | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | removed touchscreen drivers | Joel Bodenmann | 2012-12-16 | 12 | -925/+0 |
| | |||||
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 2 | -1/+2 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-12-16 | 5 | -9/+9 |
| | |||||
* | Merge pull request #26 from inmarket/master | Tectu | 2012-12-16 | 100 | -2216/+3536 |
|\ | | | | | Many tidyups and restructure. | ||||
| * | Updated graph demo to show more | Andrew Hannam | 2012-12-13 | 2 | -9/+15 |
| | | | | | | | | Added extra line segment graphing to the graph demo | ||||
| * | Added graph result picture | Andrew Hannam | 2012-12-13 | 1 | -0/+0 |
| | | | | | | | | | | Added a picture to the graph demo directory to show the result of running the demo. | ||||
| * | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 3 | -10/+21 |
| | | | | | | | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | ||||
| * | Header fix for Toggle driver | Andrew Hannam | 2012-12-08 | 1 | -0/+4 |
| | | |||||
| * | Fix header files for ginput touch drivers | Andrew Hannam | 2012-12-08 | 3 | -12/+6 |
| | | |||||
| * | Simplify demo gfxconf.h files | Andrew Hannam | 2012-12-07 | 7 | -285/+0 |
| | | |||||
| * | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 17 | -127/+374 |
| | | | | | | | | | | | | | | | | Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing | ||||
| * | Fixes to GWIN graph and demo | Andrew Hannam | 2012-12-06 | 2 | -8/+20 |
| | | |||||
| * | Restructure | Andrew Hannam | 2012-12-06 | 94 | -2090/+3421 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Merge pull request #11 from Tectu/master | Andrew Hannam | 2012-12-06 | 4 | -11/+29 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | title justify to left instead of center in ginput touch code | Joel Bodenmann | 2012-12-03 | 1 | -2/+2 |
| | | |||||
* | | demo doc | Joel Bodenmann | 2012-12-02 | 1 | -0/+18 |
| | | |||||
* | | ILI9320 fix | Joel Bodenmann | 2012-12-02 | 1 | -2/+2 |
| | | |||||
* | | fix | Joel Bodenmann | 2012-12-02 | 1 | -14/+14 |
| | | |||||
* | | GINPUT MCU driver update | Joel Bodenmann | 2012-12-02 | 3 | -21/+21 |
| | | |||||
* | | Merge pull request #25 from inmarket/master | Tectu | 2012-12-02 | 8 | -174/+476 |
|\| | | | | | Bug fixes + new driver + extend touch demo | ||||
| * | Split Attaching Sources to a GWIN button | Andrew Hannam | 2012-12-02 | 3 | -27/+27 |
| | | | | | | | | | | | | Split Attaching Sources to a GWIN button to allow for new input types that require a parameter in future eg. Keyboard will require a parameter. | ||||
| * | Use GWIN Button in Touch Calibrator Demo | Andrew Hannam | 2012-12-02 | 1 | -71/+191 |
| | | | | | | | | | | | | | | Added GWIN Buttons to allow Next, Previous capability in the Touch Calibration Demo. Note that until the calibration has occured these buttons do not appear as the touch is not yet accurate enough to drive them. | ||||
| * | GWIN Button bug fix | Andrew Hannam | 2012-12-02 | 1 | -5/+1 |
| | | | | | | | | GWIN Buttons are now tested and working. | ||||
| * | Change Mouse Poll period default to a better value | Andrew Hannam | 2012-12-02 | 1 | -1/+1 |
| | | |||||
| * | Win32 Hardware Toggle Emulation | Andrew Hannam | 2012-12-02 | 2 | -58/+224 |
| | | | | | | | | | | | | | | | | Emulates 4 toggle switches and 4 momentary action buttons in the Win32 driver. These are represented as a row of buttons under the GDISP display window. These are implemented as GINPUT Toggle driver (not as GPIO pins). | ||||
| * | Add support for interrupt driven Toggle Inputs | Andrew Hannam | 2012-12-02 | 2 | -17/+37 |
| | | |||||
| * | Merge pull request #10 from Tectu/master | Andrew Hannam | 2012-12-01 | 8 | -12/+399 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | added XPT2046 ginput driver | Joel Bodenmann | 2012-11-30 | 6 | -0/+387 |
| | | |||||
* | | boardfile update | Joel Bodenmann | 2012-11-30 | 1 | -4/+4 |
| | | |||||
* | | MCU update | Joel Bodenmann | 2012-11-29 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #24 from inmarket/master | Tectu | 2012-11-29 | 5 | -9/+277 |
|\| | | | | | New GINPUT touch driver test demo + fixes | ||||
| * | GINPUT touch driver test demo | Andrew Hannam | 2012-11-30 | 1 | -0/+229 |
| | | | | | | | | | | | | Added demo program to test the driver parameters for a new GINPUT touch driver. It steps through a series of tests to ensure that the driver is configured optimally. | ||||
| * | GINPUT Touch Calibration | Andrew Hannam | 2012-11-30 | 1 | -7/+39 |
| | | | | | | | | | | | | | | | | Improvements to error detection and displaying that to the user during a calibration. Also introduced a hack to allow initialisation of a touch device without an automatic calibration for when the user application wants to do something with the raw readings first. | ||||
| * | GWIN Console Clear Fix | Andrew Hannam | 2012-11-30 | 1 | -0/+7 |
| | | | | | | | | | | When a GWIN Console is cleared, set the cursor back to the top left corner. | ||||
| * | Static initialisation fix for a GListener | Andrew Hannam | 2012-11-30 | 1 | -1/+1 |
| | | |||||
| * | Adjust Win32 mouse poll period | Andrew Hannam | 2012-11-30 | 1 | -1/+1 |
| | | | | | | | | Adjust Win32 mouse poll period for better performance | ||||
| * | Merge pull request #9 from Tectu/master | Andrew Hannam | 2012-11-29 | 47 | -276/+306 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | ginput/touch/MCU Olimex STM32 LCD board file | Joel Bodenmann | 2012-11-29 | 1 | -0/+163 |
| | |