RTEMS  5.1
Macros | Variables
font8x16.h File Reference

Simple 8 x 16 font, printable characters only. More...

Go to the source code of this file.

Macros

#define FONT_WIDTH   8
 
#define FONT_HEIGHT   16
 
#define FIRST_CHAR   0x20
 
#define LAST_CHAR   0x7F
 
#define CURSOR_ON   0x7F
 
#define CURSOR_OFF   0x20
 

Variables

const uint8_t font8x16 []
 

Detailed Description

Simple 8 x 16 font, printable characters only.