Display librairy manage 3 LED and a TextLCD (on, off, flash) (print message, clear)

Files at this revision

API Documentation at this revision

Comitter:
us191
Date:
Mon May 06 07:56:10 2013 +0000
Parent:
2:035050036dbf
Child:
4:424dd7f7b12c
Commit message:
message examples

Changed in this revision

Display.h Show annotated file Show diff for this revision Revisions of this file
--- a/Display.h	Mon May 06 07:52:04 2013 +0000
+++ b/Display.h	Mon May 06 07:56:10 2013 +0000
@@ -95,6 +95,10 @@
     /** print message on LCD screen and change status of green, red and orange LED.
     * all line except the last line, have to finish by CRLF. Warning : CRLF count like a character.
     * don't end message by CRLF
+    * examples :
+    * "this line have to finish by CRLF\/n
+    * and next too\/n
+    * but not the last"
     *
     * @param message            message will be display on screen
     * @param statusGreenLED     new status of greenLED (on, off, flash)