You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define battery_width 15 |
|
#define battery_height 15 |
|
static unsigned char battery_bits[] = { |
|
0xc0, 0x01, 0xc0, 0x01, 0xfc, 0x1f, 0xfc, 0x1f, 0x0c, 0x18, 0x0c, 0x18, |
|
0xcc, 0x19, 0xcc, 0x19, 0xcc, 0x19, 0xcc, 0x19, 0xcc, 0x19, 0x0c, 0x18, |
|
0x0c, 0x18, 0xfc, 0x1f, 0xfc, 0x1f };
|
|
|