8 lines
327 B
C
8 lines
327 B
C
![]() |
#define noname_width 6
|
||
|
#define noname_height 48
|
||
|
static char noname_bits[] = {
|
||
|
0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,
|
||
|
0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,
|
||
|
0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,
|
||
|
0x0c,0x0c,0x0c};
|