7 lines
363 B
C
7 lines
363 B
C
#define battery75_icon_width 15
|
|
#define battery75_icon_height 20
|
|
static unsigned char battery75_icon_bits[] = {
|
|
0x00, 0x00, 0x00, 0x1c, 0x00, 0x3e, 0x00, 0x22, 0x00, 0x22, 0x00, 0x3e,
|
|
0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e,
|
|
0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e,
|
|
0x00, 0x00, 0x00, 0x00, };
|