aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doxygenJoel Bodenmann2012-12-1836-43/+98
|
* added Olimex STM32 E407 touchscreen fileJoel Bodenmann2012-12-181-0/+102
|
* ginput doxygenJoel Bodenmann2012-12-187-49/+101
|
* ginput/mouse doxygenJoel Bodenmann2012-12-182-16/+47
|
* Merge pull request #28 from etmatrix/masterTectu2012-12-171-11/+13
|\ | | | | some little correction in SSD1289 driver
| * - clear function: moved call to reset_viewport after aquire_bus, so LCD ↵etmatrix2012-12-171-11/+13
|/ | | | | | receive the new viewport - control function: added call to acquire_bus and release_bus
* SSD1289 calibration clear fixJoel Bodenmann2012-12-174-11/+6
|
* Merge pull request #27 from etmatrix/masterTectu2012-12-171-1/+1
|\ | | | | correct typo in drivers/ginput/touch/XPT2046/ginput_lld.mk
| * correct typoetmatrix2012-12-171-1/+1
|/
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-172-1/+4
|
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-172-1/+18
|
* typo fix - thanks to etmatrixJoel Bodenmann2012-12-161-1/+1
|
* removed touchscreen driversJoel Bodenmann2012-12-1612-925/+0
|
* notepad demo updateJoel Bodenmann2012-12-162-1/+2
|
* doxygen updateJoel Bodenmann2012-12-165-9/+9
|
* Merge pull request #26 from inmarket/masterTectu2012-12-16100-2216/+3536
|\ | | | | Many tidyups and restructure.
| * Updated graph demo to show moreAndrew Hannam2012-12-132-9/+15
| | | | | | | | Added extra line segment graphing to the graph demo
| * Added graph result pictureAndrew Hannam2012-12-131-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 arrowsAndrew Hannam2012-12-133-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 driverAndrew Hannam2012-12-081-0/+4
| |
| * Fix header files for ginput touch driversAndrew Hannam2012-12-083-12/+6
| |
| * Simplify demo gfxconf.h filesAndrew Hannam2012-12-077-285/+0
| |
| * Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-0717-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 demoAndrew Hannam2012-12-062-8/+20
| |
| * RestructureAndrew Hannam2012-12-0694-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/masterAndrew Hannam2012-12-064-11/+29
| |\ | |/ |/| Merge Tectu Changes
* | title justify to left instead of center in ginput touch codeJoel Bodenmann2012-12-031-2/+2
| |
* | demo docJoel Bodenmann2012-12-021-0/+18
| |
* | ILI9320 fixJoel Bodenmann2012-12-021-2/+2
| |
* | fixJoel Bodenmann2012-12-021-14/+14
| |
* | GINPUT MCU driver updateJoel Bodenmann2012-12-023-21/+21
| |
* | Merge pull request #25 from inmarket/masterTectu2012-12-028-174/+476
|\| | | | | Bug fixes + new driver + extend touch demo
| * Split Attaching Sources to a GWIN buttonAndrew Hannam2012-12-023-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 DemoAndrew Hannam2012-12-021-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 fixAndrew Hannam2012-12-021-5/+1
| | | | | | | | GWIN Buttons are now tested and working.
| * Change Mouse Poll period default to a better valueAndrew Hannam2012-12-021-1/+1
| |
| * Win32 Hardware Toggle EmulationAndrew Hannam2012-12-022-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 InputsAndrew Hannam2012-12-022-17/+37
| |
| * Merge pull request #10 from Tectu/masterAndrew Hannam2012-12-018-12/+399
| |\ | |/ |/| Merge Tectu Changes
* | added XPT2046 ginput driverJoel Bodenmann2012-11-306-0/+387
| |
* | boardfile updateJoel Bodenmann2012-11-301-4/+4
| |
* | MCU updateJoel Bodenmann2012-11-291-8/+8
| |
* | Merge pull request #24 from inmarket/masterTectu2012-11-295-9/+277
|\| | | | | New GINPUT touch driver test demo + fixes
| * GINPUT touch driver test demoAndrew Hannam2012-11-301-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 CalibrationAndrew Hannam2012-11-301-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 FixAndrew Hannam2012-11-301-0/+7
| | | | | | | | | | When a GWIN Console is cleared, set the cursor back to the top left corner.
| * Static initialisation fix for a GListenerAndrew Hannam2012-11-301-1/+1
| |
| * Adjust Win32 mouse poll periodAndrew Hannam2012-11-301-1/+1
| | | | | | | | Adjust Win32 mouse poll period for better performance
| * Merge pull request #9 from Tectu/masterAndrew Hannam2012-11-2947-276/+306
| |\ | |/ |/| Merge Tectu Changes
* | ginput/touch/MCU Olimex STM32 LCD board fileJoel Bodenmann2012-11-291-0/+163
| |