diff options
Diffstat (limited to 'src/hyper/bitmaps/Xgreycirc.bitmap')
-rw-r--r-- | src/hyper/bitmaps/Xgreycirc.bitmap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/Xgreycirc.bitmap b/src/hyper/bitmaps/Xgreycirc.bitmap new file mode 100644 index 00000000..7fe13131 --- /dev/null +++ b/src/hyper/bitmaps/Xgreycirc.bitmap @@ -0,0 +1,6 @@ +#define Xgreycirc_width 16 +#define Xgreycirc_height 16 +static char Xgreycirc_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0xf0, 0x0f, 0xb8, 0x1a, + 0x58, 0x1d, 0xb8, 0x1a, 0x58, 0x1d, 0xb8, 0x1a, 0x58, 0x1d, 0xf0, 0x0f, + 0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |