5 lines
196 B
C
5 lines
196 B
C
#define wait_width 9
|
|
#define wait_height 9
|
|
static unsigned char wait_bits[] = {
|
|
0xfe, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00, 0x10, 0x00, 0x28, 0x00,
|
|
0x54, 0x00, 0xba, 0x00, 0xfe, 0x00 };
|