diff --git a/due_obd2/defines.h b/due_obd2/defines.h index 95ddf73..106b202 100644 --- a/due_obd2/defines.h +++ b/due_obd2/defines.h @@ -45,12 +45,12 @@ #define TEMP_BOX_Y_START TEMP_BOX_PADDING #define TEMP_BOX_CONTENT_WIDTH 180 // witdth of the box to calculate the content in it #define TEMP_BOX_WIDTH TEMP_BOX_CONTENT_WIDTH - TEMP_BOX_PADDING // width of the box to draw the outline -#define TEMP_BOX_HEIGHT 193 - TEMP_BOX_PADDING +#define TEMP_BOX_HEIGHT 197 - TEMP_BOX_PADDING #define TEMP_BOX_COLOR VGA_TEAL #define TEMP_BOX_BAR_AMOUNT 4 // amount of bars to display in the temperature box #define TEMP_BOX_BAR_PADDING 2 -#define TEMP_BOX_BAR_HEIGHT 23 +#define TEMP_BOX_BAR_HEIGHT 24 #define TEMP_BOX_BAR_WIDTH TEMP_BOX_CONTENT_WIDTH - (TEMP_BOX_BAR_PADDING * 4) #define TEMP_BOX_COOLANT_POS 0