From fca3145d8bdbc17bd707416831d3c8e57d1efdbf Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Fri, 25 May 2012 15:32:20 +1000 Subject: [PATCH] doc fixes --- doc/lcd-form.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lcd-form.dox b/doc/lcd-form.dox index ce299778..144b5193 100644 --- a/doc/lcd-form.dox +++ b/doc/lcd-form.dox @@ -52,7 +52,7 @@ it with fields: Each field has a specific type, which may be one of the following classes: -\li BoolField displays a boolean on/off value with the Up, Down, or Select +\li BoolField displays a boolean on/off value with the Up and Down buttons used to toggle its state. \li IntField displays an integer value within a specified range, with the Up and Down buttons used to modify the value. @@ -75,7 +75,7 @@ D13; the LED will change state when the user toggles the field's value. duration between 0 and 24 hours. Now that we have defined our form, we need to initialize the program and -show it for the first time: +show the form for the first time: \dontinclude LCD/examples/Form/Form.pde \skip STATUS_LED