aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.xpm
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-03 17:31:52 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-03 17:31:52 +0000
commit7d7789328fabe72374bf90bf65856bbc9e4f540b (patch)
treed88e02909a0588de1ad6bf5d9371781c2b07e2a4 /lcd4linux.xpm
parent8351360331d87e43bae365d948f3b5329b2430e2 (diff)
downloadlcd4linux-7d7789328fabe72374bf90bf65856bbc9e4f540b.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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@37 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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[] = {
"..##########....######....######......",
"......................................",
"......................................",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
};