summaryrefslogtreecommitdiff
path: root/menu16
diff options
context:
space:
mode:
Diffstat (limited to 'menu16')
-rw-r--r--menu166
1 files changed, 6 insertions, 0 deletions
diff --git a/menu16 b/menu16
new file mode 100644
index 0000000..770deee
--- /dev/null
+++ b/menu16
@@ -0,0 +1,6 @@
+#define menu16_width 16
+#define menu16_height 16
+static char menu16_bits[] = {
+ 0xfc, 0x1f, 0x04, 0x10, 0x04, 0x30, 0x04, 0x30, 0xe4, 0x33, 0x04, 0x30,
+ 0xe4, 0x33, 0x04, 0x30, 0xe4, 0x33, 0x04, 0x30, 0xe4, 0x33, 0x04, 0x30,
+ 0x04, 0x30, 0x04, 0x30, 0xfc, 0x3f, 0xf0, 0x3f};