Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define keyboard16_width 16
3
#define keyboard16_height 16
4
static char keyboard16_bits[] = {
5
   0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
6
   0x08, 0x10, 0xf0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0xa8, 0x1a,
7
   0x54, 0x35, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00};
8
%%