Subversion Repositories tendra.SVN

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define scales_width 16
3
#define scales_height 16
4
static char scales_bits[] = {
5
   0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, 0x01, 0x01, 0x01, 0x01,
6
   0x82, 0x82, 0x7c, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7,
7
   0x01, 0x01, 0x01, 0x01, 0x82, 0x82, 0x7c, 0x7c};
8
%%