5 lines
223 B
C
5 lines
223 B
C
#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 };
|