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

22 lines
288 B
Plaintext

#define ubalu_width 16
#define ubalu_height 16
static char ubalu_bits[] = {
0x09, 0xfc,
0x09, 0x04,
0xf9, 0x04,
0x81, 0xe4,
0x81, 0x27,
0x9f, 0x20,
0x90, 0x20,
0x90, 0x3f,
0xfc, 0x09,
0x04, 0x09,
0x04, 0xf9,
0xe4, 0x81,
0x27, 0x81,
0x20, 0x9f,
0x20, 0x90,
0x3f, 0x90,
};