diff options
Diffstat (limited to 'app/bin/bitmaps/control.xpm')
-rw-r--r-- | app/bin/bitmaps/control.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/bin/bitmaps/control.xpm b/app/bin/bitmaps/control.xpm new file mode 100644 index 0000000..bc73a57 --- /dev/null +++ b/app/bin/bitmaps/control.xpm @@ -0,0 +1,24 @@ +/* XPM */
+static char * control_xpm[] = {
+"16 16 5 1",
+" c None",
+". c #05FB0B",
+"+ c #000000",
+"@ c #EF2929",
+"# c #25E100",
+".+ + ",
+"+++ +++",
+" +++ +++ ",
+" +++ +++ +++ ",
+" ++++++++++ ",
+" +++@@@+++ ",
+" ++@@@@@++ ",
+" ++###@@@@++ ",
+" ++####@@@++ ",
+" ++#####@@++ ",
+" ++####@++ ",
+" +++###++++ ",
+" ++++++++++++ ",
+" +++ +++ +++ ",
+"+++ +++",
+"++ ++"};
|