aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-25 10:44:13 +0200
committerTectu <joel@unormal.org>2012-06-25 10:44:13 +0200
commit4bd671ed2e2a9aaf05f0d4b415c30d3358d58e9d (patch)
tree842612295c4bdf9688fc76d5f1c99dcb93943716
parent7401ade97dbfcb851e9155bbabdb061b2b769492 (diff)
downloaduGFX-4bd671ed2e2a9aaf05f0d4b415c30d3358d58e9d.tar.gz
uGFX-4bd671ed2e2a9aaf05f0d4b415c30d3358d58e9d.tar.bz2
uGFX-4bd671ed2e2a9aaf05f0d4b415c30d3358d58e9d.zip
documentation
-rw-r--r--gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index edacf72f..4e1e27e0 100644
--- a/gui.h
+++ b/gui.h
@@ -52,6 +52,7 @@ void guiInit(uint16_t updateIntervl);
* - fontColor: color of string
* - buttonColor: color of button
* - interval: interval in ms which updates state
+ * - active: pointer to uint8_t. 1 = thread active, 0 = thread inactive
* - state: pointer to variable which keeps state (1 = pressed, 0 = unpressed)
*
* return: pointer to created thread
@@ -68,6 +69,7 @@ Thread *guiDrawButton(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, unsign
* - bkColor: color of piece inside bar with is not set
* - valueColor: color of value that will be drawn into bar
* - interval: interval in ms which updates percentage
+ * - active: pointer to uint8_t. 1 = thread active, 0 = thread inactive
* - percent: pointer value from 0 to 100 percent
*
* return : pointer to created thread