From f140a1642ebfde198946ad6760c1003c1cb9a8c3 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 11 Aug 2012 02:40:34 +0200 Subject: scripts --- bin/icons/note.xbm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/icons/note.xbm (limited to 'bin/icons/note.xbm') diff --git a/bin/icons/note.xbm b/bin/icons/note.xbm new file mode 100644 index 0000000..21ba22b --- /dev/null +++ b/bin/icons/note.xbm @@ -0,0 +1,4 @@ +#define note_width 8 +#define note_height 8 +static unsigned char note_bits[] = { + 0xFC, 0xFC, 0x84, 0x84, 0x84, 0x84, 0xE7, 0xE7 }; -- cgit v1.2.3-24-g4f1b