diff options
author | tv <tv@krebsco.de> | 2015-07-19 17:15:09 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-19 17:15:09 +0200 |
commit | 4111fcd70a97566e7ef46ff7bf52630c9620c9e8 (patch) | |
tree | bde3030b2e07f081c74abf1c1ebb3701aa68589b /Zpkgs/tv/viljetic-pages/logo.xpm | |
parent | 9d40d93b6859bc9a36aa4cf1cef151a80cf746f1 (diff) |
Zpkgs tv viljetic-pages: init at 0
Diffstat (limited to 'Zpkgs/tv/viljetic-pages/logo.xpm')
-rw-r--r-- | Zpkgs/tv/viljetic-pages/logo.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Zpkgs/tv/viljetic-pages/logo.xpm b/Zpkgs/tv/viljetic-pages/logo.xpm new file mode 100644 index 0000000..bb263da --- /dev/null +++ b/Zpkgs/tv/viljetic-pages/logo.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char *meh[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1 ", +" c black", +". c None", +/* pixels */ +"................", +". ...... .", +". .. ...... .. .", +". .. ...... .. .", +". ...... .", +"................", +". . . .", +". .. . .. . .", +". .. . .. . .", +". . . .", +"................", +"...... . .", +"...... . .", +"...... . .", +"...... . .", +"................" +}; |