class providing some static functions
More...
#include <Tools.h>
|
static void | tickWifiSymbol (LiquidCrystal_PCF8574 *display, bool forceRedraw) |
| tick routine updating the wifi signal strength icon More...
|
|
static void | waitAnimation (LiquidCrystal_PCF8574 *display, std::function< bool()> stillActive) |
| Shows the animation while waiting until the callback returns false. More...
|
|
class providing some static functions
- Author
- Hugo3132
- Copyright
- 2-clause BSD license
◆ tickWifiSymbol()
static void Tools::tickWifiSymbol |
( |
LiquidCrystal_PCF8574 * |
display, |
|
|
bool |
forceRedraw |
|
) |
| |
|
inlinestatic |
tick routine updating the wifi signal strength icon
- Parameters
-
display | pointer to the display |
forceRedraw | if true the icon is redrawn |
◆ waitAnimation()
static void Tools::waitAnimation |
( |
LiquidCrystal_PCF8574 * |
display, |
|
|
std::function< bool()> |
stillActive |
|
) |
| |
|
inlinestatic |
Shows the animation while waiting until the callback returns false.
- Parameters
-
stillActive | callback function checking if the animation should be shown |
The documentation for this class was generated from the following file: