summaryrefslogtreecommitdiffstats
path: root/src/devices/xditview/gray5.bm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/devices/xditview/gray5.bm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/xditview/gray5.bm b/src/devices/xditview/gray5.bm
new file mode 100644
index 0000000..5f57618
--- /dev/null
+++ b/src/devices/xditview/gray5.bm
@@ -0,0 +1,4 @@
+#define gray5_width 3
+#define gray5_height 3
+static char gray5_bits[] = {
+ 0x04, 0x07, 0x02};