summaryrefslogtreecommitdiff
path: root/linux/pixmaps/pi-train.xpm
blob: 149be8f21c5f9989a0bbf477a10c30fd6ddab653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* XPM */
static char *pi_train[] = {
/* columns rows colors chars-per-pixel */
"16 15 2 1",
"  c Gray0",
". c None",
/* pixels */
"................",
"................",
"...... .... ....",
"....          ..",
"...... .... ....",
"...... .... ....",
"....          ..",
"...... .... ....",
"...... .... ....",
"....          ..",
"...... .... ....",
"...... .... ....",
"....          ..",
"...... .... ....",
"................"
};