mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
releasing 0.96 annoying X11 bugs hopefully fixed KDE integration git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@35 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
25 lines
841 B
C
25 lines
841 B
C
/* XPM */
|
|
static char *lcd4linux[] = {
|
|
"38 18 2 1",
|
|
"# c #102000",
|
|
". c #a0d000",
|
|
"......................................",
|
|
"......................................",
|
|
"..##............######....######......",
|
|
"..##............######....######......",
|
|
"..##..........##......##..##....##....",
|
|
"..##..........##......##..##....##....",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##..........##......##..",
|
|
"..##..........##......##..##....##....",
|
|
"..##..........##......##..##....##....",
|
|
"..##########....######....######......",
|
|
"..##########....######....######......",
|
|
"......................................",
|
|
"......................................",
|
|
};
|