Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 145:d5bbdcb32a14 FlipDisplay
Adjust voltage location
author | Ideenmodellierer |
---|---|
date | Thu, 28 Feb 2019 20:05:51 +0100 |
parents | cc9c18075e00 |
children | e1d66bc78f9a |
comparison
equal
deleted
inserted
replaced
144:6b83ca1225de | 145:d5bbdcb32a14 |
---|---|
315 | 315 |
316 t7voltage.Image = &t7screen; | 316 t7voltage.Image = &t7screen; |
317 t7voltage.WindowNumberOfTextLines = 1; | 317 t7voltage.WindowNumberOfTextLines = 1; |
318 t7voltage.WindowLineSpacing = 10; | 318 t7voltage.WindowLineSpacing = 10; |
319 t7voltage.WindowTab = 100; | 319 t7voltage.WindowTab = 100; |
320 t7voltage.WindowX0 = t7charge.WindowX0 - 30; //10 | 320 t7voltage.WindowX0 = t7charge.WindowX0 - 10; |
321 t7voltage.WindowX1 = t7voltage.WindowX0 + (18*3)+ 9; | 321 t7voltage.WindowX1 = t7voltage.WindowX0 + (18*3)+ 9; |
322 t7voltage.WindowY1 = 479; | 322 t7voltage.WindowY1 = 479; |
323 t7voltage.WindowY0 = t7batt.WindowY1 - 25; | 323 t7voltage.WindowY0 = t7batt.WindowY1 - 25; |
324 | 324 |
325 t7c1.Image = &t7screen; | 325 t7c1.Image = &t7screen; |