8 lines
363 B
C
8 lines
363 B
C
![]() |
#define bluetooth_icon_width 15
|
||
|
#define bluetooth_icon_height 20
|
||
|
static unsigned char bluetooth_icon_bits[] = {
|
||
|
0x10, 0x00, 0x30, 0x00, 0x54, 0x00, 0x38, 0x00, 0x54, 0x00, 0x30, 0x00,
|
||
|
0x10, 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, };
|