aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.xpm
diff options
context:
space:
mode:
authorreinelt <>2000-04-03 17:31:52 +0000
committerreinelt <>2000-04-03 17:31:52 +0000
commit27761047eba74e677f9dafde0d0acc5c079db859 (patch)
treed88e02909a0588de1ad6bf5d9371781c2b07e2a4 /lcd4linux.xpm
parentb0016d3df95481675a129532de8385f36700af72 (diff)
downloadlcd4linux-27761047eba74e677f9dafde0d0acc5c079db859.tar.gz
[lcd4linux @ 2000-04-03 17:31:52 by reinelt]
suppress welcome message if display is smaller than 20x2 change lcd4linux.ppm to 32 pixel high so KDE won't stretch the icon
Diffstat (limited to 'lcd4linux.xpm')
-rw-r--r--lcd4linux.xpm19
1 files changed, 17 insertions, 2 deletions
diff --git a/lcd4linux.xpm b/lcd4linux.xpm
index f319ae7..acfa772 100644
--- a/lcd4linux.xpm
+++ b/lcd4linux.xpm
@@ -1,9 +1,16 @@
/* XPM */
static char *lcd4linux[] = {
-"38 18 2 1",
+"38 32 3 1",
+" c None",
"# c #102000",
". c #a0d000",
-"......................................",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
"......................................",
"..##............######....######......",
"..##............######....######......",
@@ -21,4 +28,12 @@ static char *lcd4linux[] = {
"..##########....######....######......",
"......................................",
"......................................",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
};