From ff5f0a62bdab455182200c0d19af561f594adcb2 Mon Sep 17 00:00:00 2001 From: SemvdH Date: Sun, 4 May 2025 22:16:14 +0200 Subject: [PATCH] increase size between bar and text --- due_obd2/defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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