|
/* XPM */
static char *matrix[] = {
/* width height num_colors chars_per_pixel */
" 20 20 2 1",
/* colors */
". c #bebebe",
"# c #0000ff",
/* pixels */
"....................",
"....................",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"....................",
"...................."
};
[ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
]
|