-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdemo icon.c
22 lines (16 loc) · 1.17 KB
/
demo icon.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
const uint8_t ICON_Bat_0_4[8] ={0x00,0x00,0x7e,0x43,0x43,0x7e,0x00,0x00};
const uint8_t ICON_Bat_1_4[8] ={0x00,0x00,0x7e,0x63,0x63,0x7e,0x00,0x00};
const uint8_t ICON_Bat_2_4[8] ={0x00,0x00,0x7e,0x73,0x73,0x7e,0x00,0x00};
const uint8_t ICON_Bat_3_4[8] ={0x00,0x00,0x7e,0x7b,0x7b,0x7e,0x00,0x00};
const uint8_t ICON_Bat_4_4[8] ={0x00,0x00,0x7e,0x7f,0x7f,0x7e,0x00,0x00};
const uint8_t ICON_Ant_0_4[8] ={0x11,0xca,0x04,0xea,0x11,0xf8,0x00,0xfe};
const uint8_t ICON_Ant_1_4[8] ={0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
const uint8_t ICON_Ant_2_4[8] ={0x80,0x00,0xe0,0x00,0x00,0x00,0x00,0x00};
const uint8_t ICON_Ant_3_4[8] ={0x80,0x00,0xe0,0x00,0xf8,0x00,0x00,0x00};
const uint8_t ICON_Ant_4_4[8] ={0x80,0x00,0xe0,0x00,0xf8,0x00,0xff,0x00};
const uint8_t ICON_Temp[8] ={0x00,0x60,0x9e,0x81,0x81,0x9e,0x60,0x00};
const uint8_t ICON_ID[8] ={0x42,0x7e,0x42,0x00,0x7e,0x42,0x24,0x18};
const uint8_t ICON_Deg[8] ={0x00,0x00,0x06,0x09,0x09,0x06,0x00,0x00};
const uint8_t ICON_Lump[8] ={0x0c,0x12,0x61,0xa9,0x89,0x61,0x12,0x0c};
const uint8_t ICON_Flag[8] ={0x00,0x80,0xff,0x8e,0x0e,0x1c,0x18,0x10};
const uint8_t ICON_None[8] ={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};