diff options
Diffstat (limited to 'lib/tv/priv/more.xbm')
-rw-r--r-- | lib/tv/priv/more.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tv/priv/more.xbm b/lib/tv/priv/more.xbm new file mode 100644 index 0000000000..38ef738768 --- /dev/null +++ b/lib/tv/priv/more.xbm @@ -0,0 +1,8 @@ +#define more_width 16 +#define more_height 26 +static unsigned char more_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f, + 0xe0, 0x3f, 0xc0, 0x1f, 0x80, 0x0f, 0x00, 0x07, 0x00, 0x02, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00}; |