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.
5 lines
99 B
5 lines
99 B
6 years ago
|
#define decr_width 7
|
||
|
#define decr_height 4
|
||
|
static char decr_bits[] = {
|
||
|
0x7f, 0x3e, 0x1c, 0x08};
|