4 lines
121 B
C
4 lines
121 B
C
#define bullet_width 6
|
|
#define bullet_height 5
|
|
static unsigned char bullet_bits[] = {
|
|
0x0c, 0x1e, 0x3f, 0x1e, 0x0c };
|