tcMenu
Variables
wifiAndConnectionIconsLCD.h File Reference

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
 

Detailed Description

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.

Variable Documentation

◆ PROGMEM

const uint8_t* const iconsConnection [] PROGMEM
Initial value:
= {
0b00000,
0b01110,
0b10001,
0b10001,
0b01010,
0b01010,
0b00100,
0
}

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)