blob: a4469e8fdda4f28d7ace7941b7c48d89362dee67 (
plain)
1
2
3
4
5
|
#define omega_width 9
#define omega_height 9
static unsigned char omega_bits[] = {
0x00, 0x00, 0x38, 0x00, 0x44, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00,
0x44, 0x00, 0xaa, 0x00, 0xee, 0x00 };
|