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.
29 lines
1021 B
29 lines
1021 B
13 years ago
|
/* XPM */
|
||
|
static const char *pattern02[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"40 20 2 1",
|
||
|
" c black",
|
||
|
". c white",
|
||
|
/* pixels */
|
||
|
". . . . . . . . . . ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
". . . . . . . . . . ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
". . . . . . . . . . ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
". . . . . . . . . . ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
". . . . . . . . . . ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "
|
||
|
};
|