#ifndef COLORS_H #define COLORS_H #define LIGHT_GREY_ROAD 0xC638 #define DARK_GREY_ROAD 0xBDD7 //0xB5B6 #define WHITE_STRIPE 0xFFFF #define RED_STRIPE 0xF800 #define LIGHT_GREEN_GRASS 0x07E5 #define DARK_GREEN_GRASS 0x0680 #define LIGHT_YELLOW_GRASS 0xFFE0 #define DARK_YELLOW_GRASS 0xD6A0 #define DAY_BLUE_SKY 0x017F #endif // PARAMETERS_H