ugfx/demos/modules/gwin/slider
Andrew Hannam 9ee7c284e6 Add GINPUT Dial, simplify GWIN input assignment
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.
2013-04-07 16:02:10 +10:00
..
gfxconf.h Add GINPUT Dial, simplify GWIN input assignment 2013-04-07 16:02:10 +10:00
main.c Add GINPUT Dial, simplify GWIN input assignment 2013-04-07 16:02:10 +10:00
readme.txt Add GINPUT Dial, simplify GWIN input assignment 2013-04-07 16:02:10 +10:00
result_647x490.png GWIN slider + image support 2013-04-06 21:54:19 +10:00

readme.txt

This demo supports input from both a mouse/touch and/or a dial input.
If your platform does not support one or the other, turn it off in
gfxconf.h

Note that you will need to include the drivers into your project
makefile for whichever inputs you decide to use.