aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Change Memory Reader prototypeAndrew Hannam2013-04-041-1/+1
| | | | Change Memory Reader prototype to prevent signed, unsigned warning
* New GDISP image handling with demoAndrew Hannam2013-04-033-0/+408
| | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.
* coding styleJoel Bodenmann2013-03-311-0/+1
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-186/+503
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* GWIN Graph - use GDISP point definitionAndrew Hannam2013-03-181-208/+207
|
* Change GDISP poly fns to support translationAndrew Hannam2013-03-181-3/+8
| | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN
* doxygen fixesJoel Bodenmann2013-03-106-17/+30
|
* GWIN button changesAndrew Hannam2013-03-101-194/+252
| | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support.
* GDISP changes including polygon supportAndrew Hannam2013-03-104-540/+1014
| | | | | | | | | | | | 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.
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-104-1014/+540
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-104-540/+1014
| | | | | | | | | | | | 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.
* Correction of copyright messageAndrew Hannam2013-03-084-4/+4
|
* updated copyright - 2013Joel Bodenmann2013-03-0639-39/+39
|
* TDISP updateJoel Bodenmann2013-03-021-2/+2
|
* Add option GWIN_BUTTON_LAZY_RELEASEAndrew Hannam2013-03-021-71/+74
| | | | | | 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.
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-016-457/+597
|
* GADC implementation with demo programAndrew Hannam2013-02-184-435/+639
| | | | Also includes driver for AT91SAM7 cpu
* Fix compile error in GDISPAndrew Hannam2013-02-184-1795/+1795
| | | | | | 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-183-238/+284
|\
| * TDISP cleanupAndrew Hannam2013-01-193-238/+284
| | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup
* | typoJoel Bodenmann2013-02-111-1/+1
| |
* | VMT removalJoel Bodenmann2013-02-112-28/+23
| |
* | more GDISP_LLD() cleanupJoel Bodenmann2013-02-112-7/+2
| |
* | removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-1137-0/+5827
| |
* | removed GDISP_LLD() macroJoel Bodenmann2013-02-1137-5827/+0
| |
* | small GDISP fix - Thanks to George LucianJoel Bodenmann2013-02-041-1/+1
|/
* Merge pull request #31 from inmarket/masterTectu2013-01-1711-0/+844
|\ | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC
| * Implement GMISC Array OperationsAndrew Hannam2013-01-171-0/+6
| |
| * New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-1711-0/+838
| | | | | | | | Subsystem definitions and API (not fully implemented yet)
* | TDISP cleanupJoel Bodenmann2013-01-172-4/+6
|/
* some more TDISP cleanupJoel Bodenmann2013-01-161-0/+2
|
* removed internal TDISP_LLD() macroJoel Bodenmann2013-01-161-3/+5
|
* TDISP updateJoel Bodenmann2013-01-161-3/+3
|
* compiling bux fixJoel Bodenmann2013-01-131-0/+3
|
* small fixJoel Bodenmann2013-01-131-0/+9
|
* tdisp fixesJoel Bodenmann2013-01-121-2/+2
|
* TDISP: added custom character routineJoel Bodenmann2013-01-121-1/+12
|
* tdisp docsJoel Bodenmann2013-01-111-0/+1
|
* Merge branch 'tdisp'Joel Bodenmann2013-01-114-0/+272
|\
| * tdisp updateJoel Bodenmann2013-01-111-5/+6
| |
| * some tdisp updateJoel Bodenmann2013-01-113-22/+104
| |
| * TDISP updateJoel Bodenmann2013-01-101-0/+7
| |
| * 4-bit mode implementedJoel Bodenmann2013-01-101-0/+16
| |
| * some TDISP doxygenJoel Bodenmann2013-01-102-2/+60
| |
| * added TDISP - experimentalJoel Bodenmann2013-01-093-0/+108
| |
* | small doxygen fixesJoel Bodenmann2013-01-111-11/+15
|/
* more updateJoel Bodenmann2012-12-211-5/+63
|
* doxygen & cleanupJoel Bodenmann2012-12-212-57/+164
|
* doxygen warning fixJoel Bodenmann2012-12-201-1/+1
|
* small doxygen cleanupJoel Bodenmann2012-12-203-8/+4
|