blob: 1b45e28276c9609c257c4a3ff38c1d349a3c72b2 (
plain)
1
2
3
4
5
|
#define battery_horz1_width 9
#define battery_horz1_height 9
static unsigned char battery_horz1_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x81, 0x00, 0x81, 0x01, 0x81, 0x00,
0xff, 0x00, 0x00, 0x00, 0x00, 0x00 };
|