aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added ILI9325 driver. Thanks to Chris van Dongen aka _SjaakJoel Bodenmann2013-01-036-0/+833
|
* benchmark demo updateJoel Bodenmann2012-12-223-165/+150
|
* benchmark demo cleanupJoel Bodenmann2012-12-221-23/+13
|
* Merge pull request #30 from etmatrix/masterTectu2012-12-222-0/+212
|\ | | | | New application for benchmark
| * Add benchmarks applicationetmatrix2012-12-222-0/+212
|/
* more updateJoel Bodenmann2012-12-212-59/+63
|
* doxygen & cleanupJoel Bodenmann2012-12-214-170/+164
|
* doxygen fixJoel Bodenmann2012-12-211-2/+2
|
* doxygen warning fixJoel Bodenmann2012-12-201-1/+1
|
* small demo code cleanupJoel Bodenmann2012-12-203-5/+6
|
* small doxygen cleanupJoel Bodenmann2012-12-203-8/+4
|
* Merge pull request #29 from inmarket/masterTectu2012-12-2010-14/+303
|\ | | | | New demos, ginput fix, SSD1289 fix
| * New & updated GDISP demo programsAndrew Hannam2012-12-207-0/+278
| |
| * Fixes for the SSD1289 driverAndrew Hannam2012-12-201-14/+17
| | | | | | | | | | | | | | Put aquire_bus() and release_bus() in the right place in the control routine. Simplify reset_viewport(). A couple of other simple tidyups.
| * Using ginput with polling allow thread preemptionAndrew Hannam2012-12-202-0/+8
| | | | | | | | | | | | GINPUT when being exclusively polled by the application, did not allow pre-emption of the main thread and therefore some platforms (Win32) the mouse/toggle stopped working.
| * Merge pull request #12 from Tectu/masterAndrew Hannam2012-12-2071-1697/+557
| |\ | |/ |/| Merge Tectu Changes
* | more doxygen cleanupJoel Bodenmann2012-12-193-98/+95
| |
* | GEVENT doxygenJoel Bodenmann2012-12-192-139/+85
| |
* | version 1.5 releaseJoel Bodenmann2012-12-182-2/+3
| |
* | more doxygenJoel Bodenmann2012-12-1841-153/+75
| |
* | some more doxygenJoel Bodenmann2012-12-183-0/+22
| |
* | some more doxygenJoel Bodenmann2012-12-185-1/+27
| |
* | doxygen fixJoel Bodenmann2012-12-182-3/+8
| |
* | XPT2046 removedJoel Bodenmann2012-12-187-393/+1
| |
* | 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