Mercurial > hg > Game > Cerium
diff TaskManager/Test/test_render/fb.h @ 205:de235e3ef9d3 draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 27 Jan 2009 18:21:12 +0900 |
parents | e3b7776b1420 |
children | 768452fab95e |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/fb.h Mon Jan 26 18:34:30 2009 +0900 +++ b/TaskManager/Test/test_render/fb.h Tue Jan 27 18:21:12 2009 +0900 @@ -13,19 +13,6 @@ #define DEVICE_NAME "/dev/fb0" #define DIV_BYTE 8 -#define X_PIXEL_MAX 320 -#define Y_LINE_MAX 240 - -#define BORDER1 80 -#define BORDER2 160 - -#define COLOR_RED 0xf800 -#define COLOR_GREEN 0x07e0 -#define COLOR_BLUE 0x001f -#define COLOR_WHITE 0xffff -#define COLOR_BLACK 0x0000 -#define COLOR_YELLOW 0xffe0 - /* function prototype */ void send_current_error_msg(const char *ptr); void send_current_information(const char *ptr);