mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
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
40 lines
1.4 KiB
C
40 lines
1.4 KiB
C
/* XPM */
|
|
static char *lcd4linux[] = {
|
|
"38 32 3 1",
|
|
" c None",
|
|
"# c #102000",
|
|
". c #a0d000",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
"......................................",
|
|
"..##............######....######......",
|
|
"..##............######....######......",
|
|
"..##..........##......##..##....##....",
|
|
"..##..........##......##..##....##....",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##......##..##....##....",
|
|
"..##..........##......##..##....##....",
|
|
"..##########....######....######......",
|
|
"..##########....######....######......",
|
|
"......................................",
|
|
"......................................",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
};
|