blob: 35321de3d5a00408d85ca741c2cbdc686199b3d6 (
plain)
1
2
3
4
5
|
#define battery_horz2_width 9
#define battery_horz2_height 9
static unsigned char battery_horz2_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x81, 0x00, 0x8d, 0x01, 0x81, 0x00,
0xff, 0x00, 0x00, 0x00, 0x00, 0x00 };
|