changeset 145:d5bbdcb32a14 FlipDisplay

Adjust voltage location
author Ideenmodellierer
date Thu, 28 Feb 2019 20:05:51 +0100
parents 6b83ca1225de
children 5c0f80e6b37a
files Discovery/Src/t7.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/t7.c	Thu Feb 28 20:05:17 2019 +0100
+++ b/Discovery/Src/t7.c	Thu Feb 28 20:05:51 2019 +0100
@@ -317,7 +317,7 @@
 		t7voltage.WindowNumberOfTextLines = 1;
 		t7voltage.WindowLineSpacing = 10;
 		t7voltage.WindowTab = 100;
-		t7voltage.WindowX0 = t7charge.WindowX0 - 30; //10
+		t7voltage.WindowX0 = t7charge.WindowX0 - 10;
 		t7voltage.WindowX1 = t7voltage.WindowX0 + (18*3)+ 9;
 		t7voltage.WindowY1 = 479;
 		t7voltage.WindowY0 = t7batt.WindowY1 - 25;