5 lines
88 B
C
5 lines
88 B
C
|
#define _width 5
|
||
|
#define _height 5
|
||
|
static char _bits[] = {
|
||
|
0x1b,0x1b,0x1f,0x1f,0x0e };
|