Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define dimple1_width 16
3
#define dimple1_height 16
4
static char dimple1_bits[] = {
5
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
6
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
7
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
8
%%