5 lines
190 B
C
5 lines
190 B
C
#define ac_width 9
|
|
#define ac_height 9
|
|
static unsigned char ac_bits[] = {
|
|
0x30, 0x00, 0x28, 0x00, 0xe4, 0x00, 0x24, 0x00, 0x27, 0x00, 0x24, 0x00,
|
|
0xe4, 0x00, 0x28, 0x00, 0x30, 0x00 };
|