Variables

font.h File Reference

ASCII font definition. More...

#include <libmd/types.h>

Go to the source code of this file.

Variables

const u16 font_pal1 [16]
 Black on white palette.
const u16 font_pal2 [16]
 White on black palette.
const u32 font_ascii [128 *8]
 The ASCII font.

Detailed Description

ASCII font definition.


Variable Documentation

const u16 font_pal1[16]
Initial value:
{
  0x0000,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,
}

Black on white palette.

const u16 font_pal2[16]
Initial value:
{
  0x0FFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0xFFF,0x000,
}

White on black palette.

 All Files Functions Variables Typedefs Defines