5 lines
188 B
C
5 lines
188 B
C
|
#define icon_one_third_width 5
|
||
|
#define icon_one_third_height 12
|
||
|
static unsigned char icon_one_third_bits[] = {
|
||
|
0x04, 0x06, 0x04, 0x04, 0x04, 0x1f, 0x00, 0x06, 0x08, 0x06, 0x08, 0x06 };
|