1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Add some images to the FreetronicsLCD docs

This commit is contained in:
Rhys Weatherley
2012-04-14 11:11:44 +10:00
parent 6769df8776
commit 45becdfc0e
14 changed files with 20 additions and 4 deletions

View File

@@ -39,6 +39,8 @@
* BoolField ledField(mainForm, "Status LED", "On", "Off", true);
* \endcode
*
* \image html FormBool.png
*
* To actually toggle the LED, the application's main loop() function
* should contain the following code:
*

View File

@@ -41,6 +41,8 @@
* Form mainForm(lcd);
* TextField welcomeField(mainForm, "Form example", "v1.0");
* \endcode
*
* \image html FormText.png
*/
Form::Form(LiquidCrystal &lcd)
: _lcd(&lcd)

View File

@@ -49,6 +49,8 @@
* IntField speedField(mainForm, "Speed", 0, 2000, 15, 450, " rpm");
* \endcode
*
* \image html FormInt.png
*
* Use TextField for read-only fields that report integer values but
* which are not modifiable by the user.
*

View File

@@ -34,6 +34,8 @@
* TextField welcomeField(mainForm, "Form example", "v1.0");
* \endcode
*
* \image html FormText.png
*
* As well as static messages, TextField can be used to display read-only
* information that is computed at runtime:
*

View File

@@ -48,6 +48,8 @@
* }
* \endcode
*
* \image html FormTimeRO.png
*
* A read-write field can be used to ask the user for the duration of an
* application count-down timer:
*
@@ -55,6 +57,8 @@
* TimeField durationField(mainForm, "Timer duration", 24, TIMEFIELD_READ_WRITE);
* \endcode
*
* \image html FormTimeRW.png
*
* \sa Field
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB