hpscreen.h File Reference

Header file for system screen functions. More...

Go to the source code of this file.

Typedefs

typedef unsigned long long ULONGLONG
typedef long long LONGLONG

Functions

void print (char *string, int x, int y)
volatile char * getLCDPointer (int x, int y)
void drawBlockOR (unsigned char *sprite, int length, int x, int y)
void drawBlockXOR (unsigned char *sprite, int length, int x, int y)
int drawBlockXOR4bitC (unsigned char *sprite, int height, int x, int y)
int testBlock4bitC (unsigned char *sprite, int height, int x, int y)
void fillTiles (unsigned char *sprite, int length, int x, int y, int right, int down)
void clearScreen ()
char * getMF (int z)


Detailed Description

Header file for system screen functions.

Definition in file hpscreen.h.


Typedef Documentation

typedef long long LONGLONG

Definition at line 48 of file hpscreen.h.

typedef unsigned long long ULONGLONG

Definition at line 47 of file hpscreen.h.


Function Documentation

void clearScreen (  ) 

void drawBlockOR ( unsigned char *  sprite,
int  length,
int  x,
int  y 
)

void drawBlockXOR ( unsigned char *  sprite,
int  length,
int  x,
int  y 
)

int drawBlockXOR4bitC ( unsigned char *  sprite,
int  height,
int  x,
int  y 
)

void fillTiles ( unsigned char *  sprite,
int  length,
int  x,
int  y,
int  right,
int  down 
)

volatile char* getLCDPointer ( int  x,
int  y 
)

char* getMF ( int  z  ) 

void print ( char *  string,
int  x,
int  y 
)

int testBlock4bitC ( unsigned char *  sprite,
int  height,
int  x,
int  y 
)


Generated on Fri Feb 16 16:43:16 2007 for HP-GCCLibrary by  doxygen 1.5.0