Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define 2x2_width 16
3
#define 2x2_height 16
4
static char 2x2_bits[] = {
5
   0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
6
   0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
7
   0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};
8
%%