7 lines
375 B
C
7 lines
375 B
C
#define bluetooth_con_icon_width 15
|
|
#define bluetooth_con_icon_height 20
|
|
static unsigned char bluetooth_con_icon_bits[] = {
|
|
0x6c, 0x00, 0xce, 0x00, 0xaa, 0x00, 0xc6, 0x00, 0xaa, 0x00, 0xce, 0x00,
|
|
0x6c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, };
|