tcMenu
Variables
wifiAndConnectionIcons16x12.h File Reference

Contains definitions for standard icons including the connection active icon and the wifi signal strength icon. Icons in this file are all 16 x 12 pixels for medium to high res displays. More...

Go to the source code of this file.

Variables

const uint8_t iconWifiNotConnected[] PROGMEM
 

Detailed Description

Contains definitions for standard icons including the connection active icon and the wifi signal strength icon. Icons in this file are all 16 x 12 pixels for medium to high res displays.

Variable Documentation

◆ PROGMEM

const uint8_t* const iconsEthernetConnection [] PROGMEM
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0x30, 0x0c, 0x0c, 0x30, 0x02, 0x40,
0x04, 0x20, 0x08, 0x10, 0x10, 0x08, 0x20, 0x04, 0x40, 0x02, 0x80, 0x01
}

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 medium to high resolution display. the icons are 16 x 12 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 medium to high resolution display. the icons are 16 x 12 pixels.

Defines a set of two icons to show the wired ethernet connected and disconnected state