5 lines
223 B
C
5 lines
223 B
C
#define battery_vert3_width 9
|
|
#define battery_vert3_height 9
|
|
static unsigned char battery_vert3_bits[] = {
|
|
0x10, 0x00, 0x7c, 0x00, 0x44, 0x00, 0x54, 0x00, 0x54, 0x00, 0x54, 0x00,
|
|
0x54, 0x00, 0x44, 0x00, 0x7c, 0x00 };
|