5 lines
223 B
C
5 lines
223 B
C
#define battery_horz3_width 9
|
|
#define battery_horz3_height 9
|
|
static unsigned char battery_horz3_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x81, 0x00, 0xbd, 0x01, 0x81, 0x00,
|
|
0xff, 0x00, 0x00, 0x00, 0x00, 0x00 };
|