mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-21 10:31:50 +00:00
7 lines
314 B
Plaintext
7 lines
314 B
Plaintext
#define label2_width 14
|
|
#define label2_height 18
|
|
static unsigned char label2_bits[] = {
|
|
0xff, 0x3f, 0x93, 0x21, 0xc9, 0x30, 0x65, 0x38, 0x33, 0x3c, 0x19, 0x3e,
|
|
0x0d, 0x3f, 0x87, 0x3f, 0xc3, 0x3f, 0xe1, 0x3f, 0xf1, 0x3f, 0xf9, 0x3f,
|
|
0xfd, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x2f, 0xff, 0x3f};
|