5 lines
118 B
C
5 lines
118 B
C
#define W_width 5
|
|
#define W_height 7
|
|
static unsigned char W_bits[] = {
|
|
0x11, 0x11, 0x11, 0x11, 0x15, 0x1b, 0x11};
|
|
|