Subversion Repositories Code-Repo

Rev

Rev 206 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 231
Line 2... Line 2...
2
#define FONT5X7_H
2
#define FONT5X7_H
3
 
3
 
4
// Standard ASCII 5x7 font
4
// Standard ASCII 5x7 font
5
// LSB = top of vertical line, 5 lines from left to right
5
// LSB = top of vertical line, 5 lines from left to right
6
 
6
 
7
const char font[] = {
7
const uint8_t font[] = {
8
    0x00, 0x00, 0x00, 0x00, 0x00,
8
    0x00, 0x00, 0x00, 0x00, 0x00,
9
    0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
9
    0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
10
    0x3E, 0x6B, 0x4F, 0x6B, 0x3E,
10
    0x3E, 0x6B, 0x4F, 0x6B, 0x3E,
11
    0x1C, 0x3E, 0x7C, 0x3E, 0x1C,
11
    0x1C, 0x3E, 0x7C, 0x3E, 0x1C,
12
    0x18, 0x3C, 0x7E, 0x3C, 0x18,
12
    0x18, 0x3C, 0x7E, 0x3C, 0x18,