Spaces:
Running
Running
File size: 99 Bytes
ba2f5d6 |
1 2 3 4 5 |
#define incr_width 7
#define incr_height 4
static char incr_bits[] = {
0x08, 0x1c, 0x3e, 0x7f};
|