5 lines
223 B
C
5 lines
223 B
C
#define battery_vert1_width 9
|
|
#define battery_vert1_height 9
|
|
static unsigned char battery_vert1_bits[] = {
|
|
0x10, 0x00, 0x7c, 0x00, 0x44, 0x00, 0x44, 0x00, 0x44, 0x00, 0x44, 0x00,
|
|
0x44, 0x00, 0x44, 0x00, 0x7c, 0x00 };
|