aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Revert "updated license headers"Joel Bodenmann2013-05-0244-347/+471
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* Revert "fixed 3rdparty demos path"Joel Bodenmann2013-05-025-395/+0
| | | | This reverts commit dca2721b9de72b4435dfb80b8c7c9c2ac89ed370.
* fixed 3rdparty demos pathJoel Bodenmann2013-05-025-0/+395
|
* updated license headersJoel Bodenmann2013-05-0244-471/+347
|
* GIF image handlingAndrew Hannam2013-04-204-0/+725
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* typoJoel Bodenmann2013-04-155-0/+0
|
* cleanupJoel Bodenmann2013-04-141-3/+0
|
* added demos/3thpartyJoel Bodenmann2013-04-146-0/+398
|
* changed the license of all demos to BSDJoel Bodenmann2013-04-0839-18821/+782
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-074-21/+29
| | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* GWIN slider + image supportAndrew Hannam2013-04-063-0/+146
|
* Move demos to better locationsAndrew Hannam2013-04-066-626/+626
|
* Update demo to use Memory Reader for imagesAndrew Hannam2013-04-041-1/+15
|
* New GDISP image handling with demoAndrew Hannam2013-04-0312-69/+177
| | | | | | | | | | | | 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.
* GDISP changes including polygon supportAndrew Hannam2013-03-102-2/+0
| | | | | | | | | | | | 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-102-0/+2
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-102-2/+0
| | | | | | | | | | | | 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-086-6/+6
|
* updated copyright - 2013Joel Bodenmann2013-03-0620-17/+17
|
* added gdisp_pictures demoJoel Bodenmann2013-03-048-0/+18455
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-042-0/+0
|
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-015-0/+457
|
* GADC implementation with demo programAndrew Hannam2013-02-185-0/+553
| | | | Also includes driver for AT91SAM7 cpu
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-1126-0/+1666
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-1126-1666/+0
|
* TDISP updateJoel Bodenmann2013-01-161-1/+3
|
* TDISP: added custom character routineJoel Bodenmann2013-01-121-0/+16
|
* Merge branch 'tdisp'Joel Bodenmann2013-01-118-0/+104
|\
| * added tdisp demoJoel Bodenmann2013-01-118-0/+104
| |
* | small doxygen fixesJoel Bodenmann2013-01-111-6/+0
|/
* benchmark demo updateJoel Bodenmann2012-12-223-165/+150
|
* benchmark demo cleanupJoel Bodenmann2012-12-221-23/+13
|
* Add benchmarks applicationetmatrix2012-12-222-0/+212
|
* small demo code cleanupJoel Bodenmann2012-12-203-5/+6
|
* New & updated GDISP demo programsAndrew Hannam2012-12-207-0/+278
|
* notepad demo updateJoel Bodenmann2012-12-162-1/+2
|
* 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-131-6/+6
| | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads.
* Simplify demo gfxconf.h filesAndrew Hannam2012-12-077-285/+0
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-0710-24/+92
| | | | | | | | 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-7/+18
|
* RestructureAndrew Hannam2012-12-0616-392/+762
| | | | | | | | | | | | | 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.
* title justify to left instead of center in ginput touch codeJoel Bodenmann2012-12-031-2/+2
|
* demo docJoel Bodenmann2012-12-021-0/+18
|
* Split Attaching Sources to a GWIN buttonAndrew Hannam2012-12-021-4/+4
| | | | | | 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.
* 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.
* console demo code docJoel Bodenmann2012-11-221-1/+1
|
* window example codeJoel Bodenmann2012-11-211-0/+72
|