Files
2017-05-22 16:16:49 -05:00

5 lines
99 B
C

#define incr_width 7
#define incr_height 4
static char incr_bits[] = {
0x08, 0x1c, 0x3e, 0x7f};