Files
2017-10-19 12:40:28 -04:00

22 lines
291 B
Plaintext

#define ubalu2_width 16
#define ubalu2_height 16
static char ubalu2_bits[] = {
0x89, 0x9d,
0x08, 0x04,
0xf8, 0x04,
0x81, 0xe4,
0x81, 0x27,
0x1f, 0x20,
0x10, 0x20,
0x91, 0xb9,
0x9d, 0x89,
0x04, 0x08,
0x04, 0xf8,
0xe4, 0x81,
0x27, 0x81,
0x20, 0x1f,
0x20, 0x10,
0xb9, 0x91,
};