ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Kanji/lv
Revision: 1.1
Committed: Mon Feb 6 20:26:10 2006 UTC (18 years, 5 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# Content
1 #define lv_width 24
2 #define lv_height 24
3 static char lv_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0xc0, 0x07,
5 0xf0, 0xff, 0x0f, 0xe0, 0x00, 0x0e, 0x00, 0x00, 0x06, 0x00, 0x00, 0x06,
6 0x00, 0x00, 0x06, 0x00, 0x00, 0x06, 0x10, 0xf0, 0x07, 0xe0, 0x3f, 0x03,
7 0xc0, 0x01, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03,
8 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x08, 0xf8, 0x01, 0xf0, 0xff, 0x03,
9 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};