Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define dimple3_width 16
3
#define dimple3_height 16
4
static char dimple3_bits[] = {
5
   0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
6
   0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
7
   0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
8
%%