5 lines
202 B
C
5 lines
202 B
C
#define denied_width 9
|
|
#define denied_height 9
|
|
static unsigned char denied_bits[] = {
|
|
0x38, 0x00, 0x44, 0x00, 0x82, 0x00, 0x01, 0x01, 0x7d, 0x01, 0x01, 0x01,
|
|
0x82, 0x00, 0x44, 0x00, 0x38, 0x00 };
|