blob: 1d20383341bd62d753ad73f63cadae09ac880ea1 (
plain)
1
2
3
4
5
|
#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 };
|