/*----------------------------------------------------------------------------------- ** $Id: gps_palette.h, v 1.1 2011/11/20 genie01 Exp $ **---------------------------------------------------------------------------------*/ // Record-Mode #define COLOR_GPS_TRANSPARENT 0x00 #define COLOR_GPS_BLACK 0xFF #define COLOR_GPS_WHITE 0x01 #define COLOR_GPS_RED 0x6c #define COLOR_GPS_YELLOW 0x20 #define COLOR_GPS_GREEN 0x90 #define COLOR_GPS_BLUE 0x6d // -------------------------------------------- // Play-Mode #define COLOR_GPS_PLAY_TRANSPARENT 0x00 #define COLOR_GPS_PLAY_BLACK 0xFF #define COLOR_GPS_PLAY_WHITE 0x01 #define COLOR_GPS_PLAY_RED 0x9f #define COLOR_GPS_PLAY_YELLOW 0x92 #define COLOR_GPS_PLAY_GREEN 0xa0 #define COLOR_GPS_PLAY_BLUE 0xa1 /*----------------------------------------------------------------------------------- ** $Id: gps.c, v 1.1 2011/11/20 genie01 Exp $ **---------------------------------------------------------------------------------*/