aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-102-876/+1126
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-102-1126/+876
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Fix compiler warningAndrew Hannam2013-03-081-1/+1
|
* Correction of copyright messageAndrew Hannam2013-03-081-1/+1
|
* updated copyright - 2013Joel Bodenmann2013-03-0617-17/+17
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-042-7/+7
|
* Add option GWIN_BUTTON_LAZY_RELEASEAndrew Hannam2013-03-021-275/+279
| | | | | | Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released.
* Fix to allow destroying of gwin buttonsAndrew Hannam2013-03-022-741/+743
|
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-012-38/+169
|
* GADC implementation with demo programAndrew Hannam2013-02-181-38/+465
| | | | Also includes driver for AT91SAM7 cpu
* Fix compile error in GDISPAndrew Hannam2013-02-182-1272/+1272
| | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers.
* TDISP merge - NOT TESTED!!!Joel Bodenmann2013-02-181-85/+117
|\
| * TDISP cleanupAndrew Hannam2013-01-191-85/+117
| | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup
* | more GDISP_LLD() cleanupJoel Bodenmann2013-02-111-1/+1
| |
* | removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-1127-0/+5117
| |
* | removed GDISP_LLD() macroJoel Bodenmann2013-02-1127-5117/+0
|/
* Merge pull request #31 from inmarket/masterTectu2013-01-178-0/+359
|\ | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC
| * Implement GMISC Array OperationsAndrew Hannam2013-01-171-1/+205
| |
| * New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-178-0/+155
| | | | | | | | Subsystem definitions and API (not fully implemented yet)
* | TDISP cleanupJoel Bodenmann2013-01-171-27/+2
|/
* some more TDISP cleanupJoel Bodenmann2013-01-161-2/+2
|
* removed internal TDISP_LLD() macroJoel Bodenmann2013-01-161-12/+12
|
* TDISP updateJoel Bodenmann2013-01-161-20/+6
|
* tdisp fixesJoel Bodenmann2013-01-121-4/+2
|
* TDISP: added custom character routineJoel Bodenmann2013-01-121-0/+13
|
* added tdisp demoJoel Bodenmann2013-01-111-1/+1
|
* tdisp updateJoel Bodenmann2013-01-111-2/+18
|
* some tdisp updateJoel Bodenmann2013-01-111-0/+15
|
* TDISP updateJoel Bodenmann2013-01-101-1/+4
|
* 4-bit mode implementedJoel Bodenmann2013-01-101-2/+2
|
* some TDISP doxygenJoel Bodenmann2013-01-101-2/+3
|
* added TDISP - experimentalJoel Bodenmann2013-01-092-0/+80
|
* more updateJoel Bodenmann2012-12-211-54/+0
|
* doxygen & cleanupJoel Bodenmann2012-12-212-113/+0
|
* doxygen fixJoel Bodenmann2012-12-211-2/+2
|
* 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.
* more doxygen cleanupJoel Bodenmann2012-12-191-82/+2
|
* GEVENT doxygenJoel Bodenmann2012-12-191-94/+0
|
* more doxygenJoel Bodenmann2012-12-188-9/+11
|
* doxygen fixJoel Bodenmann2012-12-181-2/+4
|
* doxygenJoel Bodenmann2012-12-187-10/+20
|
* ginput/mouse doxygenJoel Bodenmann2012-12-181-8/+0
|
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-5/+0
|
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-1/+3
|
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-171-0/+4
|
* doxygen updateJoel Bodenmann2012-12-163-5/+5
|
* Add grids to graph demo and update graph arrowsAndrew Hannam2012-12-131-2/+6
| | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads.
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-072-73/+207
| | | | | | | | 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-061-1/+2
|
* RestructureAndrew Hannam2012-12-0619-692/+478
| | | | | | | | | | | | | 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.