diff options
Diffstat (limited to '')
-rw-r--r-- | src/devices/xditview/gray8.bm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/xditview/gray8.bm b/src/devices/xditview/gray8.bm new file mode 100644 index 0000000..12de7cb --- /dev/null +++ b/src/devices/xditview/gray8.bm @@ -0,0 +1,4 @@ +#define gray8_width 3 +#define gray8_height 3 +static char gray8_bits[] = { + 0x05, 0x07, 0x07}; |