Contains definitions for standard icons including the connection active icon and the wifi signal strength icon. Icons in this file are for use on LCD display and are arranged to show as custom characters. More...
Go to the source code of this file.
Variables | |
const uint8_t iconWifiNotConnected[8] | PROGMEM |
Contains definitions for standard icons including the connection active icon and the wifi signal strength icon. Icons in this file are for use on LCD display and are arranged to show as custom characters.
const uint8_t* const iconsConnection [] PROGMEM |
Defines a set of 5 icons for wifi, not connected and then various signal strength. 0 is no connection, 4 is good signal. Usually used with a TitleWidget on LCD display units, note that each entry will take a custom character (5 in this case)
Defines a set of 2 icons for connection active, a boolean state of either active (1) or not active (0). Usually used with a TitleWidget on LCD display units, note that each entry will take a custom character (2 in this case)