5 lines
211 B
C
5 lines
211 B
C
#define clockwise_width 9
|
|
#define clockwise_height 9
|
|
static unsigned char clockwise_bits[] = {
|
|
0x38, 0x01, 0x44, 0x01, 0x82, 0x01, 0xe1, 0x01, 0x01, 0x00, 0x01, 0x01,
|
|
0x82, 0x00, 0x44, 0x00, 0x38, 0x00 };
|