You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
864 B
30 lines
864 B
/* XPM */
|
|
static char *mono[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"31 21 2 1",
|
|
" c black",
|
|
". c none",
|
|
/* pixels */
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"............. .............",
|
|
"............ ............",
|
|
"........... ... ...........",
|
|
"........... ..... ...........",
|
|
"........... ..... ...........",
|
|
"........... ..... ...........",
|
|
"........... ... ...........",
|
|
"............ ............",
|
|
"............. .............",
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"...............................",
|
|
"..............................."
|
|
};
|