diff options
Diffstat (limited to 'app/bin/bitmaps/switchmotormark.xbm')
-rw-r--r-- | app/bin/bitmaps/switchmotormark.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/bin/bitmaps/switchmotormark.xbm b/app/bin/bitmaps/switchmotormark.xbm new file mode 100644 index 0000000..7a476d9 --- /dev/null +++ b/app/bin/bitmaps/switchmotormark.xbm @@ -0,0 +1,6 @@ +#define switchmotormark_width 16 +#define switchmotormark_height 16 +static char switchmotormark_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x3F, + 0xC8, 0x3F, 0xFC, 0x3F, 0xFC, 0x3F, 0xC8, 0x3F, 0xC8, 0x3F, 0x08, 0x00, + 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, }; |