Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define dot_width 16
3
#define dot_height 16
4
static char dot_bits[] = {
5
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
6
   0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f, 0xf0, 0x0f,
7
   0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
8
%%