8 lines
357 B
C
8 lines
357 B
C
![]() |
#define charger_icon_width 15
|
||
|
#define charger_icon_height 20
|
||
|
static unsigned char charger_icon_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x28, 0x00, 0x28, 0x00, 0x7c, 0x00,
|
||
|
0x7c, 0x00, 0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, };
|