5 lines
185 B
C
5 lines
185 B
C
|
#define icon_one_half_width 5
|
||
|
#define icon_one_half_height 12
|
||
|
static unsigned char icon_one_half_bits[] = {
|
||
|
0x04, 0x06, 0x04, 0x04, 0x04, 0x1f, 0x00, 0x06, 0x08, 0x0c, 0x02, 0x0e };
|