|
Used with LCDScreen::setBackLight and LCDClient::setBackLight to make the LCD backlight blink slowly. Definition at line 75 of file LCDConstants.h. |
|
Used with LCDScreen::setBackLight and LCDClient::setBackLight to make the LCD backlight blink quickly. Definition at line 82 of file LCDConstants.h. |
|
Used with LCDScreen::setBackLight and LCDClient::setBackLight to disable the LCD backlight. Definition at line 54 of file LCDConstants.h. |
|
Used with LCDScreen::setBackLight and LCDClient::setBackLight to enable the LCD backlight. Definition at line 47 of file LCDConstants.h. |
|
Used with LCDScreen::setBackLight and LCDClient::setBackLight to let the other elements control the LCD backlight. Definition at line 61 of file LCDConstants.h. |
|
Used with LCDScreen::setBackLight and LCDClient::setBackLight to toggle the LCD backlight. Definition at line 68 of file LCDConstants.h. |
|
Used with LCDScreen::setCursor to make the cursor look as a block character (if available on hardware). Definition at line 154 of file LCDConstants.h. |
|
Used with LCDScreen::setCursor to make the cursor invisible. Definition at line 140 of file LCDConstants.h. |
|
Used with LCDScreen::setCursor to make the cursor visible. Definition at line 133 of file LCDConstants.h. |
|
Used with LCDScreen::setCursor to make the cursor look as an underline character (if available on hardware). Definition at line 147 of file LCDConstants.h. |
|
Used with LCDScreen::setHeartBeat to disable the heart beat. Definition at line 32 of file LCDConstants.h. |
|
Used with LCDScreen::setHeartBeat to enable the heart beat. Definition at line 25 of file LCDConstants.h. |
|
Used with LCDScreen::setHeartBeat to let other elements decide of the heart state. Definition at line 39 of file LCDConstants.h. |
|
Used with LCDScreen::setPriority to set to "alert" priority of this screen. Used to display important messages. Definition at line 118 of file LCDConstants.h. |
|
Used with LCDScreen::setPriority to set to "background" priority of this screen. It will only be shown if no normal screen exist. Definition at line 97 of file LCDConstants.h. |
|
Used with LCDScreen::setPriority to set to "foreground" priority of this screen. The screen is considered as the active one. Definition at line 111 of file LCDConstants.h. |
|
Used with LCDScreen::setPriority to set to "hidden" priority of this screen. It will then never be shown. Definition at line 90 of file LCDConstants.h. |
|
Used with LCDScreen::setPriority to set to "info" priority of this screen. It is the default priority. Definition at line 104 of file LCDConstants.h. |
|
Used with LCDScreen::setPriority to set to "input" priority of this screen. For screens waiting for user input. Definition at line 125 of file LCDConstants.h. |