Hackers Delight Weekender light display

Dependencies:   NetServices mbed

font.h

Committer:
user3259784281760646093
Date:
2011-08-07
Revision:
0:937a0073cc9d

File content as of revision 0:937a0073cc9d:

const unsigned char FONT[27][4] = {
0x0F,0x14,0x14,0x0F, // A
0x1F,0x11,0x15,0x0A, // B
0x0E,0x11,0x11,0x0A, // C
0x1F,0x11,0x11,0x0E, // D
0x1F,0x15,0x15,0x11, // E
0x1F,0x14,0x14,0x10, // F
0x0E,0x11,0x15,0x06, // G
0x1F,0x04,0x04,0x1F, // H
0x11,0x1F,0x11,0x11, // I
0x12,0x11,0x11,0x1E, // J
0x1F,0x11,0x11,0x09, // K
0x1F,0x01,0x01,0x01, // L
0x1F,0x08,0x0C,0x1F, // M
0x1F,0x08,0x04,0x1F, // N
0x0E,0x11,0x11,0x0E, // O
0x1F,0x14,0x14,0x08, // P 0x50
0x0E,0x11,0x13,0x0F, // Q
0x1F,0x14,0x14,0x0B, // R
0x0A,0x19,0x15,0x0A, // S
0x10,0x1F,0x10,0x10, // T
0x1E,0x01,0x01,0x1E, // U
0x1C,0x02,0x03,0x1E, // V
0x1E,0x01,0x03,0x1E, // W
0x11,0x0E,0x0E,0x11, // X
0x10,0x08,0x0F,0x10, // Y
0x13,0x15,0x15,0x19, // Z
0x00,0x00,0x00,0x00, // space 0x20
};