summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bridge.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/bitmaps/bridge.xbm')
-rw-r--r--app/bin/bitmaps/bridge.xbm7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/bin/bitmaps/bridge.xbm b/app/bin/bitmaps/bridge.xbm
new file mode 100644
index 0000000..fd5857b
--- /dev/null
+++ b/app/bin/bitmaps/bridge.xbm
@@ -0,0 +1,7 @@
+#define bridge_width 16
+#define bridge_height 16
+// static unsigned char bridge_bits[] = {
+static char bridge_bits[] = {
+ 0x01, 0x80, 0x01, 0x80, 0xfe, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x82, 0x20,
+ 0xff, 0xff, 0x82, 0x20, 0x82, 0x20, 0xff, 0xff, 0x82, 0x20, 0x00, 0x00,
+ 0x00, 0x00, 0xfe, 0x7f, 0x01, 0x80, 0x01, 0x80};