Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change Memory Reader prototype | Andrew Hannam | 2013-04-04 | 1 | -1/+1 | |
| | | | | Change Memory Reader prototype to prevent signed, unsigned warning | |||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 3 | -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 style | Joel Bodenmann | 2013-03-31 | 1 | -0/+1 | |
| | ||||||
* | GWIN doc update and poly functions | Andrew Hannam | 2013-03-18 | 1 | -186/+503 | |
| | | | | | Add poly functions to GWIN Move doxygen documentation to header file | |||||
* | GWIN Graph - use GDISP point definition | Andrew Hannam | 2013-03-18 | 1 | -208/+207 | |
| | ||||||
* | Change GDISP poly fns to support translation | Andrew Hannam | 2013-03-18 | 1 | -3/+8 | |
| | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN | |||||
* | doxygen fixes | Joel Bodenmann | 2013-03-10 | 6 | -17/+30 | |
| | ||||||
* | GWIN button changes | Andrew Hannam | 2013-03-10 | 1 | -194/+252 | |
| | | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 4 | -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 Hannam | 2013-03-10 | 4 | -1014/+540 | |
| | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 4 | -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 message | Andrew Hannam | 2013-03-08 | 4 | -4/+4 | |
| | ||||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 39 | -39/+39 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-03-02 | 1 | -2/+2 | |
| | ||||||
* | Add option GWIN_BUTTON_LAZY_RELEASE | Andrew Hannam | 2013-03-02 | 1 | -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 driver | Andrew Hannam | 2013-03-01 | 6 | -457/+597 | |
| | ||||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 4 | -435/+639 | |
| | | | | Also includes driver for AT91SAM7 cpu | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 4 | -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 Bodenmann | 2013-02-18 | 3 | -238/+284 | |
|\ | ||||||
| * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 3 | -238/+284 | |
| | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | |||||
* | | typo | Joel Bodenmann | 2013-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | VMT removal | Joel Bodenmann | 2013-02-11 | 2 | -28/+23 | |
| | | ||||||
* | | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 2 | -7/+2 | |
| | | ||||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 37 | -0/+5827 | |
| | | ||||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 37 | -5827/+0 | |
| | | ||||||
* | | small GDISP fix - Thanks to George Lucian | Joel Bodenmann | 2013-02-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #31 from inmarket/master | Tectu | 2013-01-17 | 11 | -0/+844 | |
|\ | | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | |||||
| * | Implement GMISC Array Operations | Andrew Hannam | 2013-01-17 | 1 | -0/+6 | |
| | | ||||||
| * | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 11 | -0/+838 | |
| | | | | | | | | Subsystem definitions and API (not fully implemented yet) | |||||
* | | TDISP cleanup | Joel Bodenmann | 2013-01-17 | 2 | -4/+6 | |
|/ | ||||||
* | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 1 | -0/+2 | |
| | ||||||
* | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 1 | -3/+5 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -3/+3 | |
| | ||||||
* | compiling bux fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+3 | |
| | ||||||
* | small fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+9 | |
| | ||||||
* | tdisp fixes | Joel Bodenmann | 2013-01-12 | 1 | -2/+2 | |
| | ||||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -1/+12 | |
| | ||||||
* | tdisp docs | Joel Bodenmann | 2013-01-11 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 4 | -0/+272 | |
|\ | ||||||
| * | tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -5/+6 | |
| | | ||||||
| * | some tdisp update | Joel Bodenmann | 2013-01-11 | 3 | -22/+104 | |
| | | ||||||
| * | TDISP update | Joel Bodenmann | 2013-01-10 | 1 | -0/+7 | |
| | | ||||||
| * | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 1 | -0/+16 | |
| | | ||||||
| * | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 2 | -2/+60 | |
| | | ||||||
| * | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 3 | -0/+108 | |
| | | ||||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -11/+15 | |
|/ | ||||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -5/+63 | |
| | ||||||
* | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 2 | -57/+164 | |
| | ||||||
* | doxygen warning fix | Joel Bodenmann | 2012-12-20 | 1 | -1/+1 | |
| | ||||||
* | small doxygen cleanup | Joel Bodenmann | 2012-12-20 | 3 | -8/+4 | |
| |