You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#define ac_width 8
|
|
|
|
#define ac_height 8
|
|
|
|
static unsigned char ac_bits[] = {
|
|
|
|
0xFF, 0xF8, 0xF0, 0xF6, 0x6F, 0x0F, 0x1F, 0xFF };
|