Contains definitions for standard icons including the connection active icon and the wifi signal strength icon. Icons in this file are all 8 x 8 pixels for low res displays. More...
Go to the source code of this file.
Variables | |
const uint8_t iconConnectionNone[] | PROGMEM = { 0x7e, 0xab, 0xd5, 0xab, 0xd5, 0xab, 0xd5, 0x7e } |
Contains definitions for standard icons including the connection active icon and the wifi signal strength icon. Icons in this file are all 8 x 8 pixels for low res displays.
const uint8_t* const iconsConnection [] PROGMEM = { 0x7e, 0xab, 0xd5, 0xab, 0xd5, 0xab, 0xd5, 0x7e } |
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 a low resolution display. the icons are 8 x 8 pixels.
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 a low resolution display. the icons are 8 x 8 pixels.