Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3343 | Rev 3742 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef FB_FONT_8X16_H_ |
29 | #ifndef FB_FONT_8X16_H_ |
| 30 | #define FB_FONT_8X16_H_ |
30 | #define FB_FONT_8X16_H_ |
| 31 | 31 | ||
| 32 | #define FONT_GLIPHS 256 |
32 | #define FONT_GLYPHS 256 |
| - | 33 | #define FONT_WIDTH 8 |
|
| 33 | #define FONT_SCANLINES 16 |
34 | #define FONT_SCANLINES 16 |
| 34 | 35 | ||
| - | 36 | ||
| 35 | extern unsigned char fb_font[FONT_GLIPHS * FONT_SCANLINES]; |
37 | extern unsigned char fb_font[FONT_GLYPHS * FONT_SCANLINES]; |
| 36 | 38 | ||
| 37 | #endif |
39 | #endif |