diff options
Diffstat (limited to '')
-rw-r--r-- | icons/mem.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/icons/mem.xbm b/icons/mem.xbm new file mode 100644 index 0000000..a1c354e --- /dev/null +++ b/icons/mem.xbm @@ -0,0 +1,4 @@ +#define mem_width 8 +#define mem_height 8 +static unsigned char mem_bits[] = { + 0xAA, 0x00, 0xFE, 0xFE, 0xFE, 0xFE, 0x00, 0xAA }; |