aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/slider
Commit message (Collapse)AuthorAgeFilesLines
* Demo updates to fix compile issues.inmarket2014-02-191-1/+1
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+3
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-2/+2
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-3/+3
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-5/+5
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-282-42/+45
|
* added slider demoJoel Bodenmann2013-07-172-0/+151
|
* Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-074-187/+0
|
* License header updatesinmarket2013-06-152-6/+29
|
* License header fixes to some demos.inmarket2013-06-061-18/+25
|
* Had extra elements to gitignore and fix image problems created by githubinmarket2013-06-021-0/+0
|
* gdispInit() -> gfxInit() in all demosJoel Bodenmann2013-05-302-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-252-7/+6
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-073-13/+25
| | | | | | | | 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