View which allows to enter a key to unlock without WiFi.
More...
#include <EmergencyEnterKeyView.h>
View which allows to enter a key to unlock without WiFi.
◆ EmergencyEnterKeyView() [1/3]
views::EmergencyEnterKeyView::EmergencyEnterKeyView |
( |
LiquidCrystal_PCF8574 * |
display, |
|
|
RotaryEncoder * |
encoder |
|
) |
| |
|
inline |
Construct the view object.
- Parameters
-
display | pointer to the LCD instance |
◆ EmergencyEnterKeyView() [2/3]
Copy constructor - not available.
◆ EmergencyEnterKeyView() [3/3]
◆ activate()
virtual void views::EmergencyEnterKeyView::activate |
( |
| ) |
|
|
inlineprotectedvirtual |
called as soon as the view becomes active
◆ tick()
virtual void views::EmergencyEnterKeyView::tick |
( |
const bool & |
forceRedraw | ) |
|
|
inlinevirtual |
called during the loop function
- Parameters
-
forceRedraw | if true everything should be redrawn |
◆ editIndex
int views::EmergencyEnterKeyView::editIndex |
|
protected |
Position of the key cache which is currently edited.
◆ encoder
RotaryEncoder* views::EmergencyEnterKeyView::encoder |
|
protected |
pointer to the encoder instance
◆ enteredKey
char views::EmergencyEnterKeyView::enteredKey[7] |
|
protected |
Cache of the entered key.
The documentation for this class was generated from the following file: