5 lines
208 B
C
5 lines
208 B
C
#define question_width 9
|
|
#define question_height 9
|
|
static unsigned char question_bits[] = {
|
|
0x00, 0x00, 0x38, 0x00, 0x44, 0x00, 0x44, 0x00, 0x20, 0x00, 0x10, 0x00,
|
|
0x10, 0x00, 0x00, 0x00, 0x10, 0x00 };
|