aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* console example docJoel Bodenmann2012-11-211-2/+11
|
* added console demoJoel Bodenmann2012-11-201-0/+86
|
* gtimer demoJoel Bodenmann2012-11-205-0/+65
|
* Mandlebrot - remove hardware specificsAndrew Hannam2012-11-121-5/+11
| | | | Mandlebrot - remove hardware specifics
* Remove RGB565CONVERT()Andrew Hannam2012-11-121-2/+2
| | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color.
* Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead"Joel Bodenmann2012-11-111-0/+1
| | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d.
* touchscreen fixesJoel Bodenmann2012-11-101-3/+0
|
* removed unused RGB565CONVERT. Please use RGB2COLOR insteadJoel Bodenmann2012-11-101-1/+0
|
* renamed touchpad into touchscreenJoel Bodenmann2012-11-101-6/+6
|
* updated mandelbrot demoJoel Bodenmann2012-10-252-128/+38
|
* added graph demoJoel Bodenmann2012-10-241-0/+51
|
* added graph dummyJoel Bodenmann2012-10-243-0/+60
|
* fixJoel Bodenmann2012-10-231-1/+1
|