mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-15 20:21:03 +00:00
increase size between bar and text
This commit is contained in:
@@ -45,12 +45,12 @@
|
|||||||
#define TEMP_BOX_Y_START TEMP_BOX_PADDING
|
#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_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_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_COLOR VGA_TEAL
|
||||||
|
|
||||||
#define TEMP_BOX_BAR_AMOUNT 4 // amount of bars to display in the temperature box
|
#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_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_BAR_WIDTH TEMP_BOX_CONTENT_WIDTH - (TEMP_BOX_BAR_PADDING * 4)
|
||||||
|
|
||||||
#define TEMP_BOX_COOLANT_POS 0
|
#define TEMP_BOX_COOLANT_POS 0
|
||||||
|
|||||||
Reference in New Issue
Block a user