aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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 widgets demo for new fontsinmarket2013-07-292-6/+3
| |
* | 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-223-0/+0
|
* fixed license headersJoel Bodenmann2013-07-213-0/+0
|
* 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
|
* Update gaudin and gadc demos for new GWINinmarket2013-07-166-54/+100
|
* Add image into Widget demoinmarket2013-07-072-6/+652
|\
| * added GWIN image demoJoel Bodenmann2013-07-062-2/+648
| |
* | Update GWIN demosinmarket2013-07-075-199/+308
| |
* | Change GDISP image default reading mode for WIN32inmarket2013-07-072-2/+2
| |
* | Add missing file to GDISP image demoinmarket2013-07-071-0/+587
| |
* | Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-074-187/+0
|/
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-062-19/+84
|
* Math library no longer needed on widget demoinmarket2013-07-041-4/+0
|
* Widget demo updateinmarket2013-07-042-3/+19
|