increase size between bar and text

This commit is contained in:
SemvdH
2025-05-04 22:16:14 +02:00
parent d8fe772011
commit ff5f0a62bd

View File

@@ -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