ugfx/demos/modules/gwin/widgets
inmarket b9f53aa793 Add the ability to flash a gwin window/widget.
Only the button draws for checkbox's and radio's currently do anything about it.
Widget demo updated to show this on Checkbox 3 (the toggle button).
2015-01-25 17:40:34 +10:00
..
rsc Updates to the widgets demo: 2014-05-01 16:42:35 +10:00
demo.mk
gfxconf.h Add the ability to flash a gwin window/widget. 2015-01-25 17:40:34 +10:00
main.c Add the ability to flash a gwin window/widget. 2015-01-25 17:40:34 +10:00
readme.txt
romfs_files.h
romfs_img_ugfx.h Updates to the widgets demo: 2014-05-01 16:42:35 +10:00
romfs_img_yesno.h

This demo supports input from both a mouse/touch, toggles 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.

For some fun have a play with the "colors" radio group and the "Disable All" checkbox.