diff sample.xpm @ 0:6235b9a84d53

First Release.
author pyon@macmini
date Mon, 21 Apr 2014 20:44:57 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sample.xpm	Mon Apr 21 20:44:57 2014 +0900
@@ -0,0 +1,40 @@
+/* XPM */
+static const char *sample_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 2 1",
+". c Black",
+"  c #FFFFFF",
+/* pixels */
+"                                ",
+" .............................. ",
+" .............................. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" ..            ..            .. ",
+" .............................. ",
+" .............................. ",
+" ..                           . ",
+" ..                           . ",
+" ..                           . ",
+" ..                           . ",
+" ..                           . ",
+" ..                           . ",
+" .. ..                        . ",
+" .. ..                        . ",
+" ..                           . ",
+" .. ..                        . ",
+" .. ..                        . ",
+" .. ..                        . ",
+" .. ....                      . ",
+" .. ....                      . ",
+" ..                           . ",
+" .............................. ",
+" .............................. ",
+"                                "
+};