8 lines
366 B
C
8 lines
366 B
C
![]() |
#define battery100_icon_width 15
|
||
|
#define battery100_icon_height 20
|
||
|
static unsigned char battery100_icon_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x1c, 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, 0x3e, 0x00, 0x3e, 0x00, 0x3e,
|
||
|
0x00, 0x00, 0x00, 0x00, };
|