aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixJoel Bodenmann2012-10-231-1/+1
|
* added mandelbrot demoJoel Bodenmann2012-10-234-95/+124
|
* renamed macrosJoel Bodenmann2012-10-211-1/+1
|
* renamed console fuctions to gfxJoel Bodenmann2012-10-131-1/+1
|
* console updatesJoel Bodenmann2012-10-131-3/+15
|
* rename of orientationJoel Bodenmann2012-10-051-1/+1
|
* Revert "rename of orientation"Joel Bodenmann2012-10-051-1/+1
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
* rename of orientationJoel Bodenmann2012-10-051-1/+1
|
* Makefile LCD replaced with GFXJoel Bodenmann2012-10-042-0/+0
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-253-12/+12
|
* added notepad demoTectu2012-08-231-0/+103
|
* touchpad demo updateTectu2012-08-171-5/+15
|
* demos license headerTectu2012-08-142-0/+40
|
* added console demoTectu2012-08-141-0/+47
|
* added touchpad demoTectu2012-08-131-0/+26
|
* added lcd demo dummyTectu2012-08-132-26/+19
|
* added touchpad demoTectu2012-08-131-0/+26
|
* added demos readmeTectu2012-08-131-0/+4
|
* removed demos since out of dateTectu2012-08-105-257/+0
|
* added new license headers to all files, expect /halextTectu2012-08-025-21/+104
|
* added console demoTectu2012-07-222-14/+30
|
* gui demo cleanupTectu2012-07-091-2/+2
|
* updated GUI exampleTectu2012-07-081-2/+2
|
* example code updateTectu2012-06-271-2/+7
|
* added GUI usage demoTectu2012-06-261-0/+74
|
* added power modes demoTectu2012-06-231-0/+34
|