5 lines
118 B
C
5 lines
118 B
C
#define Q_width 5
|
|
#define Q_height 7
|
|
static unsigned char Q_bits[] = {
|
|
0x0e, 0x11, 0x11, 0x11, 0x15, 0x09, 0x16};
|
|
|