5 lines
164 B
C
5 lines
164 B
C
/* Created with The GIMP */
|
|
#define stick_width 8
|
|
#define stick_height 8
|
|
static unsigned char stick_bits[] = {
|
|
0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };
|