aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-162-7/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Add support for a default application orientation.inmarket2013-11-092-2/+2
| | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
* Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-092-4/+4
|
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-2830-313/+114
| | | | the new streaming and multiple display demos
* Remove 3rd party boing demo as it is replaced by the new hardware ↵inmarket2013-10-282-150/+0
| | | | independant GDISP streaming demo.
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-2815-75/+75
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2849-792/+441
|
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
|
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
|
* GMISC invsqrt() function.inmarket2013-10-242-13/+29
| | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
* Update graph demo so it compiles multi-os direct from a makefileinmarket2013-10-221-3/+3
|
* Fix missing case in gdispStreamStop().inmarket2013-10-212-0/+4
| | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
* Multiple controller support can now auto-detect hardware capabilities at ↵inmarket2013-10-161-13/+26
| | | | | | | run-time. Specific hardware support can still be turned off or on via macros in gfxconf.h to improve efficiency. Multiple Display demo updated to match.
* New demo for multiple display support.inmarket2013-10-142-0/+197
|
* updated notepad demo textJoel Bodenmann2013-09-281-1/+1
|
* Update animated image demo to better support small displaysinmarket2013-09-271-3/+14
|
* Update to streaming demo program to only update the needed area (results in ↵inmarket2013-09-252-22/+41
| | | | | | much faster display on slow devices) Also now demonstrates streaming to a non-full screen area.
* New streaming demoinmarket2013-09-242-0/+148
|
* Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
|
* Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
|
* added cyrillic font demoJoel Bodenmann2013-09-153-0/+644
|
* Update demos slightly.inmarket2013-09-063-12/+16
|
* Update old demos for new fonts.inmarket2013-08-174-10/+30
|
* Add new font demo showing how to include user application fonts.inmarket2013-08-1711-0/+1590
|
* Remove unnessary header file in demoinmarket2013-08-171-1/+0
|
* Merge branch 'master' into fontsinmarket2013-08-011-1/+1
|\
| * Update widget demo so list 3 is multi-selectinmarket2013-08-011-1/+1
| |
* | Merge branch 'master' into fontsinmarket2013-08-015-21/+54
|\|
| * Add image support to GWIN Listboxes.inmarket2013-08-014-5/+35
| | | | | | | | Updated GWIN widgets demo to match.
| * Add GWIN List multi-select supportinmarket2013-08-012-20/+23
| |
* | Merge branch 'master' into fontsinmarket2013-08-014-5/+258
|\|
| * Update GWIN widget demoinmarket2013-08-011-1/+1
| |
| * Update gwin widgets and lists demosinmarket2013-08-014-16/+56
| |
| * List updates and add list demo - still work in progressinmarket2013-07-272-0/+213
| |
| * Integrate changes from master branchinmarket2013-07-271-1/+1
| |
* | Update notepad demo for anti-aliased fontsinmarket2013-07-292-7/+8
| |
* | Update widgets demo for new fontsinmarket2013-07-292-6/+3
| |
* | First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-282-13/+10
| |
* | Remove preset GOS choice. It is defaulted if not specified anyway.inmarket2013-07-261-1/+1
|/
* Fix corruption of binary files by license header updatesinmarket2013-07-224-0/+0
|
* fixed license headersJoel Bodenmann2013-07-215-1/+1
|
* Image animation changesinmarket2013-07-191-0/+2
|
* typoJoel Bodenmann2013-07-172-0/+0
|
* added slider demoJoel Bodenmann2013-07-172-0/+151
|
* added radio button demo codeJoel Bodenmann2013-07-162-0/+175
|
* whitespacesJoel Bodenmann2013-07-162-2/+4
|
* added checkbox demoJoel Bodenmann2013-07-164-8/+164
|
* added button demoJoel Bodenmann2013-07-162-0/+154
|
* Update graph demo and move under gwin demosinmarket2013-07-163-153/+165
|