diff options
author | tv <tv@shackspace.de> | 2015-07-19 17:15:09 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-19 17:15:09 +0200 |
commit | 41051d61fa39f06a2379b52109076c4778b77e32 (patch) | |
tree | bde3030b2e07f081c74abf1c1ebb3701aa68589b /Zpkgs/tv/viljetic-pages/logo.xpm | |
parent | c93c082bdac0ec1b46ccc5097e822bc73dbcb0e6 (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 000000000..bb263dad9 --- /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 */ +"................", +". ...... .", +". .. ...... .. .", +". .. ...... .. .", +". ...... .", +"................", +". . . .", +". .. . .. . .", +". .. . .. . .", +". . . .", +"................", +"...... . .", +"...... . .", +"...... . .", +"...... . .", +"................" +}; |