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) |
Definition in file hpscreen.h.
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.
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 | |||
) |