aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* License header updatesinmarket2013-06-1541-29/+166
|
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-104-44/+34
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-082-2/+2
|
* GWIN fixesinmarket2013-06-061-51/+61
|
* License fixes to some demosinmarket2013-06-064-72/+100
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-063-0/+212
|
* Notepad-2 demo updated to work on ChibiOS or pure Win32 compileinmarket2013-06-028-58/+65
|
* Had extra elements to gitignore and fix image problems created by githubinmarket2013-06-024-0/+0
|
* doxygen fixesJoel Bodenmann2013-06-012-24/+0
|
* TDISP updateJoel Bodenmann2013-06-018-0/+1816
|
* gdispInit() -> gfxInit() in all demosJoel Bodenmann2013-05-308-3/+3
|
* GOS module, for operating system independanceinmarket2013-05-2542-256/+147
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* New Notepad-2 Demo for ChibiOS/GFXAbhishek Kumar2013-05-2310-0/+1354
| | | | See demos/3rdparty/notepad-2/readme.txt for more details.
* TDISP demo fixJoel Bodenmann2013-05-151-1/+1
|
* 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
|