Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define opendot_width 16
3
#define opendot_height 16
4
#define opendot_x_hot 7
5
#define opendot_y_hot 7
6
static char opendot_bits[] = {
7
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01,
8
   0x60, 0x03, 0x20, 0x02, 0x60, 0x03, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00,
9
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
10
%%