summaryrefslogtreecommitdiffstats
path: root/kernel/xpm/codec_pix.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpm/codec_pix.xpm')
-rw-r--r--kernel/xpm/codec_pix.xpm34
1 files changed, 34 insertions, 0 deletions
diff --git a/kernel/xpm/codec_pix.xpm b/kernel/xpm/codec_pix.xpm
new file mode 100644
index 0000000..575286f
--- /dev/null
+++ b/kernel/xpm/codec_pix.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static const char *codec_pix[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 12 1",
+" c #020202",
+". c #464646",
+"X c #4E4E4E",
+"o c #CF0008",
+"O c #FECE32",
+"+ c #AEAEAE",
+"@ c #B2B2B2",
+"# c #CACACA",
+"$ c gray87",
+"% c gray95",
+"& c #FEFEFE",
+"* c None",
+/* pixels */
+"XXXXXXXXXX@*****",
+"X########X$+****",
+"X#&&&&&&#.%$@***",
+".#&&&&&&#XXXX***",
+"X#&&&&&&####X***",
+"................",
+"XOOOOOOOOOOOOOO.",
+".OO OO O O OO.",
+"XOO OO O O O OO.",
+".OO OO OO OOO.",
+"XOO OOOO O O OO.",
+".OO OOOO O O OO.",
+"XOOOOOOOOOOOOOO.",
+"................",
+"X###@#######.***",
+"*..XX......XX***"
+};